summary.oneway: Summary of One Way ANOVA

Description Usage Arguments Examples

View source: R/summary.oneway.R

Description

Prints summary of oneway ANOVA

Usage

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

Arguments

x

object of class oneway

...

parameters passed to print function

Examples

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

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