Skip to contents

Returns the p-value from a one-way ANOVA. Returns NA if the t-test is uncalculable (i.e. does try() handling).

Usage

get.aov.p(formula, data, ...);

Arguments

formula

The ANOVA formula (careful with ordering!)

data

data frame containing data to be fit

...

any extra parameters to be passed to aov()

Value

No return value

Author

Paul C. Boutros

Examples

# need to add an example!