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 function

Examples

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

kstevenson97/onewayAnova documentation built on Nov. 4, 2019, 4:08 p.m.