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

object of type anova and data.frame

Examples

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

aaldarmaki9/oneway documentation built on Oct. 16, 2020, 12:40 a.m.