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 one-way.

Value

type anova and dataframe

Examples

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

etuhabonye/oneway documentation built on Oct. 21, 2020, 5:18 a.m.