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(object, ...)

Arguments

object

an object of class oneway.

...

additional options. not currently used.

Value

object of type anova and data.frame

Examples

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

Rkabacoff/oneway documentation built on Dec. 8, 2020, 2:09 p.m.