Description Usage Arguments Value Author(s) Examples
It choose the test which should use for the p-value calculation for continous variables. The Wilcoxon-Test, t-Test, Firedman-Test, Anova Typ III, Kruskal-Test and a Anova are possible.
1 | m.cont(group, paired = F, is.ordered = F, nonparametric = F, t.log = F)
|
group |
Vector of the grouping variable. |
paired |
Logical. Is the categorial Variable paired? |
is.ordered |
Logical. Is the categorial Variable ordered? |
nonparametric |
Logical or vector of indices. If logical / vector of indices then all / only these continuous variables will be tested using non-parametric methods. |
t.log |
Vector of indices: The variables for which the log of the original data should be used when testing for a difference between the groups. |
The Name of the Test is returned.
Lorenz Uhlmann, Csilla van Lunteren
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.