ANOVA {structToolbox} | R Documentation |
Applies ANOVA to each feature in a DatasetExperiment object.
ANOVA(alpha = 0.05, mtc = "fdr", formula, ss_type = "III", ...)
alpha |
The p-value threshold. Default alpha = 0.05. |
mtc |
Multiple test correction method passed to |
formula |
The formula to use for ANOVA. See |
ss_type |
The type of sum of squares to use. Can be I, II or III. Default is ss_type = 'III'. |
... |
additional slots and values passed to struct_class |
ANOVA object
D = iris_DatasetExperiment() M = ANOVA(formula=y~Species) M = model_apply(M,D)