ANOVA.Anal: One-way ANOVA

Description Usage Arguments Value See Also

Description

Performs one-way ANOVA. Creates a file with results: either "anova_nonparametric.csv" or "anova_posthoc.csv" depending on nonpar argument.

Usage

1
2
ANOVA.Anal(dataSet, analSet, nonpar = FALSE, thresh = 0.05,
  post.hoc = "fisher")

Arguments

dataSet

List, data set object generated by MS_to_MA function.

analSet

List, containing the results of statistical analysis (can be just an empty list).

nonpar

If FALSE - use classical ANOVA; if TRUE - Kruskal Wallis Test

thresh

Threshold of significance.

post.hoc

Post-hoc statistics: "tukey" or "fisher"

Value

Native analSet with one added $aov element consisting of:

See Also

PlotANOVA for plotting functions ANOVA2.Anal for two-way analytical function


flajole/MApckg documentation built on May 16, 2019, 1:16 p.m.