showANOVA {mcStats} | R Documentation |
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
showANOVA(yield ~ N + P + K, npk)
[Package mcStats version 0.1.2 Index]