Description Usage Arguments Value Author(s) Examples
Get info about normality and variances of the given vectors in ordere to decide wether use 2-way ANOVA or Kruskal-Wallis
1 | mrt.par.2aov(x, y, z, type.of.int = "+")
|
x |
Numeric vector (or dataframe column) |
y |
A vector of factors |
z |
A vector of factors |
tyoe.of.int |
"+" to compute the analysis on the two categorial variables only or "*" to compute also the analysis on the interaction |
Shapiro categorie |
A dataframe containing W and p-value coming from shapiro.test of x in the two different categoric conditions |
Bartlett |
A dataframe containing k-squared value, df and p-value coming from bartlett.test of x in the two different categoric conditions and, if type.of.int = "*", also from the interaction of the two categorical |
Shapiro interazione |
optional, only if type.of.int = "*". Return the W and p-value coming from the shapiro test of all the possible interaction of y and z over x |
Matteo Miotto
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.