summary.oneway: Summarize one-way ANOVA

Description Usage Arguments Value Examples

View source: R/summary.R

Description

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

Usage

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

Arguments

x

an object of class oneway.

Value

objext of type anova and data.frame

Examples

1
2
mileage <- oneway(mpg~cyl, mtcars)
summary(mileage)

acolorado1/oneway documentation built on Oct. 28, 2020, 10:45 p.m.