print.oneway: Print one-way ANOVA

Description Usage Arguments Details Value Author(s) Examples

Description

print.oneway print a one-way anova

Usage

1
2
## S3 method for class 'oneway'
print(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 prints one-way ANOVA results created by the oneway function

Value

the input object is returned silently

Author(s)

Shane Ross <saross@wesleyan.edu>

Examples

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

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