summary.oneway: Plot 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 dataframe

Examples

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

sheaperetz/oneway documentation built on Oct. 23, 2020, 2:38 a.m.