Description Usage Arguments Value See Also
Performs one-way ANOVA. Creates a file with results: 
either "anova_nonparametric.csv" or "anova_posthoc.csv"
depending on nonpar argument.
1 2  | ANOVA.Anal(dataSet, analSet, nonpar = FALSE, thresh = 0.05,
  post.hoc = "fisher")
 | 
dataSet | 
 List, data set object generated by   | 
analSet | 
 List, containing the results of statistical analysis (can be just an empty list).  | 
nonpar | 
 If   | 
thresh | 
 Threshold of significance.  | 
post.hoc | 
 Post-hoc statistics:   | 
Native analSet with one added $aov element consisting of:
$aov.nm - method of analysis 
$raw.thresh - value of thresh argument
$thresh - -log10(thresh)
$p.value - p-values
$p.log - -log10(p.value)
$inx.imp - logical vector of features with significant difference
$post.hoc - post-hoc statistics, value of post.hoc argument
$sig.mat - data frame of significant features with corresponding statistics
PlotANOVA for plotting functions
ANOVA2.Anal for two-way analytical function
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.