diff --git a/R/ancova.R b/R/ancova.R index 9c96ebda..1547277d 100644 --- a/R/ancova.R +++ b/R/ancova.R @@ -968,7 +968,7 @@ AncovaInternal <- function(jaspResults, dataset = NULL, options) { if (isTRUE(options[["postHocLetterTable"]])) { letterResult <- multcomp::cld(postHocRef[[postHocVarIndex]], method = "pairwise", - Letters = LETTERS, + Letters = letters, alpha = options[["postHocLetterAlpha"]]) letterResult <- letterResult[c(postHocVariables[[postHocVarIndex]], ".group")] colnames(letterResult)[ncol(letterResult)] <- "Letter"