summary.oneway: Summarize one-way ANOVA results

Description Usage Arguments Details Value Author(s) Examples

Description

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

Usage

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

Arguments

x

an object of class oneway

...

additional arguments passed to the print function

data

a data frame containing the variables in the model.

Details

This function prints the ANOVA table from the linear model

Value

the input object is returned silently

Author(s)

Shane Ross <saross@wesleyan.edu>

Examples

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

sross15/oneway documentation built on May 13, 2019, 12:10 p.m.