summary.oneway: Summarize One-Way ANOVA Results

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 onject of class 'oneway'.

Value

object of type anova and data.frame

Examples

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

bnorthrop/oneway documentation built on Oct. 23, 2020, 2:35 a.m.