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

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