print.oneway: Print a oneway object

Description Usage Arguments Examples

View source: R/print.oneway.R

Description

prints the results of a oneway ANOVA

Usage

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

Arguments

x

an object of class oneway

...

parameters passed to print function

Examples

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

annasophiepeters/onewayAnova documentation built on Nov. 2, 2019, 1:55 p.m.