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)

Rkabacoff/onewayAnova documentation built on Oct. 30, 2019, 10:58 p.m.