plot.oneway: Plot one-way ANOVA

Description Usage Arguments Details Author(s) Examples

Description

plot.oneway group comparisons for a one-way ANOVA.

Usage

1
2
## S3 method for class 'oneway'
plot(x, col = "skyblue", ...)

Arguments

x

an object of class oneway

col

fill color for boxplots

...

additional arguments passed to the function passed to the boxplot function.

Details

This function creates side by side box plots for each group in the analysis.

Author(s)

Rob Kabacoff <rkabacoff@wesleyan.edu>

Examples

1
2
mileage <- oneway(hwy ~ class, cars)
plot(mileage)

kimpham23/oneway documentation built on May 13, 2019, 12:08 p.m.