print.oneway: Print an oneway object

Description Usage Arguments Examples

View source: R/print.oneway.R

Description

Prints the results of an 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)

Cyanjiner/onewayAnova documentation built on Oct. 30, 2019, 5:50 a.m.