met.ANOVA.Anal | R Documentation |
ANOVA analysis
met.ANOVA.Anal(
mSetObj = NA,
nonpar = FALSE,
thresh = 0.05,
post.hoc = "fisher",
all_results = FALSE,
silent = FALSE
)
mSetObj |
Enter the name of the created mSet object. (see |
nonpar |
(Logical) Use a non-parametric test ( |
thresh |
(Numeric) From 0 to 1, indicate the p-value threshold. |
post.hoc |
(Character) Enter the name of the post-hoc test, |
all_results |
(Logical) If |
silent |
(Logical) Suppress message with number of significant features found ( |
The input mSet object with ANOVA results added at mSetObj$analSet$aov.
Nicolas T. Wirth mail.nicowirth@gmail.com Technical University of Denmark License: GNU GPL (>= 2)
adapted from ANOVA.Anal
(https://github.com/xia-lab/MetaboAnalystR).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.