Learn R Programming

descsuppR (version 1.2)

w.anova.test: ANOVA with unified interface

Description

One-way ANOVA that unifies the api to other tests

Usage

w.anova.test(values, grouping, na.rm = TRUE, ...)

Value

the value of anova augmented by 'p.value' and 'method'

Arguments

values

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

grouping

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

na.rm

logcical. if TRUE (default) the values are subset to only non-missing and finite values

...

additional parameters. are passed on to lm()

Author

Dr. Andreas Leha