HSDEM {structToolbox} | R Documentation |
HSD model class using estimate marginal means, for use with mixed effects designs.
HSDEM(alpha = 0.05, mtc = "fdr", formula, ...)
alpha |
The p-value threshold. Default alpha = 0.05. |
mtc |
Multiple test correction method passed to |
formula |
The formula to use. See |
... |
additional slots and values passed to struct_class |
struct object
D = iris_DatasetExperiment() D$sample_meta$id=rownames(D) # dummy id column M = HSDEM(formula = y~Species+ Error(id/Species)) M = model_apply(M,D)