Learn R Programming

descsuppR (version 1.2)

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

Description

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

Usage

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

Value

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

Author

Andreas Leha