do_aov | R Documentation |
do anova test and return results as data.frame
do_aov(x, group, ...)
x |
data.frame with sample id as the column name, genes or otu as rownames |
group |
group factor used for comparison |
... |
parameters to anova_test |
Kai Guo
{
data("ToothGrowth")
do_aov(ToothGrowth,group="supp")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.