print.oneway: Print one-way ANOVA results

Description Usage Arguments Details Value Author(s) Examples

Description

print.oneway prints one-way anova results

Usage

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

Arguments

x

an object of class oneway

...

additional arguments passed to the print function

Details

This function prints one-way ANOVA results created by the oneway function.

Value

the input object is returned silently

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.