summary.oneway: Summarize one-way ANOVA results

Description Usage Arguments Details Value Author(s) Examples

Description

summary.oneway summarizes the results of 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 print function.

Details

This function prints the ANOVA table from the linear model.

Value

the input object is returned silently

oneway

a list with the lm results

summarystats

a data frame with the summary statistics

Author(s)

Belén Rodríguez <brodriguez@wesleyan.edu>

Examples

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

brodriguez97/oneway documentation built on May 13, 2019, 11:09 a.m.