Learn R Programming

descsuppR (version 1.2)

w.wilcox.test: wilcox.test with unified interface

Description

wilcox.test with unified interface

Usage

w.wilcox.test(values, grouping, ...)

Value

the value wilcox.test

Arguments

values

vector. The values to compare (age, toxicity score, gene expression, ...)

grouping

vector of the same length as values. treated as factor giving the group membership

...

additional parameters. are passed on to the wilcox.test

Author

Andreas Leha

Details

just a call to wilcox.test that unifies the api to other tests