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 varibles in the model.

Value

a list with two elements.

Examples

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

acolorado1/oneway documentation built on Oct. 28, 2020, 10:45 p.m.