print.oneway: Print one-way ANOVA results

Description Usage Arguments Details Value Author(s) Examples

View source: R/print.R

Description

print.oneway print 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

Author(s)

Kelly Jamrog <kjamrog@wesleyan.edu>

Examples

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

jgkwes/oneway documentation built on May 21, 2019, 2:05 p.m.