oneway: One Way Analysis of Variance

Description Usage Arguments Value Examples

View source: R/oneway.R

Description

one way computes sa 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
mileage <- oneway(mpg ~ cyl, mtcars)

etuhabonye/oneway documentation built on Oct. 21, 2020, 5:18 a.m.