Learn R Programming

mcStats (version 0.1.0)

showANOVA: Show results of ANOVA

Description

Visualization of distributional results of ANOVA. Please see aov for more information on parameters

Usage

showANOVA(formula, data = NULL, verbose = 1, ...)

Arguments

formula

formula specifying a model.

data

data on which to perform ANOVA

verbose

if verbose > 0 the resulting graph is printed

...

Arguments passed to lm. See aov for more detail

Value

output of call to aov

Examples

Run this code
# NOT RUN {
showANOVA(yield ~  N + P + K, npk)
# }

Run the code above in your browser using DataLab