summary.oneway: Summarize one-way ANOVA results

Description Usage Arguments Details Value Author(s) Examples

View source: R/summary.R

Description

summarize.oneway summarizes the results of one-way anova results

Usage

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

Arguments

x

an object of class oneway

...

additional arguments passed to the print function

Details

This function prints the ANOVA table from the linear model.

Value

the input object is returned silently

Author(s)

Kelly Jamrog <kjamrog@wesleyan.edu>

Examples

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

jgkwes/oneway documentation built on May 21, 2019, 2:05 p.m.