plot.oneway: Plot one-way ANOVA

Description Usage Arguments Details Author(s) Examples

Description

plot.oneway plots a one-way anova

Usage

1
2
## S3 method for class 'oneway'
plot(x, ...)

Arguments

x

an object of class oneway

...

additional arguments passed to the boxplot function.

col

fill color for boxplots

data

a data frame containing the variables in the model.

Details

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

Author(s)

Shane Ross <saross@wesleyan.edu>

Examples

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

sross15/oneway documentation built on May 13, 2019, 12:10 p.m.