showANOVA: Show results of ANOVA

Description Usage Arguments Value Examples

View source: R/CtsHypothesisTests.R

Description

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

Usage

1
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

1
showANOVA(yield ~  N + P + K, npk)

mcStats documentation built on March 26, 2020, 7:37 p.m.