powered by
Visualization of distributional results of ANOVA. Please see aov for more information on parameters
showANOVA(formula, data = NULL, verbose = 1, ...)
formula specifying a model.
data on which to perform ANOVA
if verbose > 0 the resulting graph is printed
Arguments passed to lm. See aov for more detail
output of call to aov
# NOT RUN { showANOVA(yield ~ N + P + K, npk) # }
Run the code above in your browser using DataLab