Learn R Programming

descsuppR (version 1.2)

w.npar.t.test: npar.t.test with unified interface

Description

npar.t.test with unified interface

Usage

w.npar.t.test(values, grouping, ...)

Value

the value npar.t.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 npar.t.test

Author

Fabian Kück

Details

just a call to npar.t.test that unifies the api to other tests computes the ordinary Brunner-Munzel test for group sizes > 9 and the studentized permutation test version otherwise