HSD {structToolbox} | R Documentation |
Tukey's honest significant difference. Usually used in conjunction with ANOVA, this model compares classes in a pairwise fashion to try to identify which groups are different to the others (if any).
HSD(alpha = 0.05, mtc = "fdr", formula, unbalanced = FALSE, ...)
alpha |
The p-value threshold. Default alpha = 0.05. |
mtc |
Multiple test correction method passed to |
formula |
The formula to use. See |
unbalanced |
TRUE or FALSE to apply correction for unbalanced designs. Default is FALSE. |
... |
additional slots and values passed to struct_class |
struct object
D = iris_DatasetExperiment() M = HSD(formula=y~Species) M = model_apply(M,D)