oneway: One Way Analysis of Variance

Description Usage Arguments Value Examples

View source: R/oneway.R

Description

oneway computes a one-way analysis of variance and includes group level summary statistics.

Usage

1

Arguments

formula

an object of class formula, relating the dependent variable to the grouping variable.

data

a data frame containing the variables in the model.

Value

a list with 2 elements.

Examples

1
2
3
4
5
fit <- oneway(mpg ~ cyl, mtcars)
summary(fit)
assumptions(fit)
plot(fit)
posthoc(fit)

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