plot.oneway: Plot one-way ANOVA

Description Usage Arguments Details Value Author(s) Examples

Description

plot.oneway plots a one-way anova and inclues group level summary statistics

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

Details

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

Value

NULL

oneway

a list with the lm results

summarystats

a data frame with the summary statistics

Author(s)

Belén Rodríguez <brodriguez@wesleyan.edu>

Examples

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

brodriguez97/oneway documentation built on May 13, 2019, 11:09 a.m.