summary.oneway: Summarize one-way ANOVA

Description Usage Arguments Details Value Author(s) Examples

Description

summary.oneway summarizes the results of the one-way ANOVA.

Usage

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

Arguments

object

an object of class oneway

...

additional arguments passed to the function.

Details

This function print the ANOVA table from the linear model.

Value

the input is returned silently

Author(s)

Rob Kabacoff <rkabacoff@wesleyan.edu>

Examples

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

ekmaus19/oneway documentation built on May 21, 2019, 2:03 p.m.