Description Usage Arguments Value See Also
Performs two-way ANOVA. Creates a file with results:
either "anova_within_sbj.csv" or "anova_between_sbj.csv"
depending on type argument.
1 | ANOVA2.Anal(dataSet, analSet, thresh = 0.05, p.cor = "fdr", type = "b")
|
dataSet |
List, data set object generated by |
analSet |
List, containing the results of statistical analysis (can be just an empty list). |
thresh |
Threshold of significance. |
p.cor |
Method of p-value correction, one of |
type |
Type of comparison. If |
Native analSet with one added $aov2 element consisting of:
$type - value of type argument
$sig.nm - name of file with the resulting ANOVA table
$thresh - value of thresh argument
$multi.c - value of p.cor argument
$sig.mat - data frame of significant features
$vennC - Venn counts
PlotANOVA2 for plotting functions
ANOVA.Anal for one-way analytical function
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.