m.cont: Decide which test to use for the p-value calculation by...

Description Usage Arguments Value Author(s) Examples

View source: R/m.cont.R

Description

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.

Usage

1
m.cont(group, paired = F, is.ordered = F, nonparametric = F, t.log = F)

Arguments

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.

Value

The Name of the Test is returned.

Author(s)

Lorenz Uhlmann, Csilla van Lunteren

Examples

1
2
3
4
## Not run: 
m.cont(group=rep(1:4,25))

## End(Not run)

vanLunteren/DescrTab documentation built on May 4, 2019, 10:56 a.m.