anova | R Documentation |
One-way analysis of variance (ANOVA).
anova(
x,
cls = "class",
pAdjust = "bonferroni",
comparisons = list(),
returnModels = FALSE
)
## S4 method for signature 'AnalysisData'
anova(
x,
cls = "class",
pAdjust = "bonferroni",
comparisons = list(),
returnModels = FALSE
)
x |
S4 object of class |
cls |
a vector of sample info column names to analyse |
pAdjust |
p value adjustment method |
comparisons |
list of comparisons to perform |
returnModels |
should models be returned |
library(metaboData)
d <- analysisData(abr1$neg[,200:300],abr1$fact)
## Perform ANOVA
anova_analysis <- anova(d,cls = 'day')
## Extract significant features
explanatoryFeatures(anova_analysis)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.