w.cor.test: cor.test with unified interface
Description
cor.test with unified interface
Usage
w.cor.test(values, grouping, ...)
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 cor.test
Details
just a call to cor.test that unifies the api to other tests