Description Usage Arguments Value Author(s) References
This function performs ANOVA of a given measure in specified groups, in addition it also performs pairwise ANOVA of the measure between possible pairs of levels in the grouping variable. It returns p-values obtained.
| 1 | perform_anova(df, meta_table, grouping_column, pValueCutoff)
 | 
| df | (Required). A  | 
| meta_table | (Required). A data frame containing atleast one variable (grouping variable). | 
| grouping_column | (Required). A character string specifying name of the grouping variable in the supplied meta table. | 
It returns a list of two data frames: One being p-values obtained from the pairwise ANOVA of the measure and levels of grouping variable , the other is containing updated measure.
Alfred Ssekagiri assekagiri@gmail.com,Umer Zeeshan Ijaz Umer.Ijaz@glasgow.ac.uk
http://userweb.eng.gla.ac.uk/umer.ijaz/, Umer Ijaz, 2015
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.