oneway: One Way Analysis of Variance

Description Usage Arguments Details Value Author(s) Examples

View source: R/oneway.R

Description

oneway computes a oneway analysis of varaince and includes group level summary statistics.

Usage

1

Arguments

formula

An object of class formula, relating the dependent varaible to the grouping variable

data

a data frame containing the varaibles in the model.

Details

This functions computes a standard one-way ANOVA, means, and standard deviations. Missing values are handled via listwise deletion

Value

A list with 2 elements: onewaya list with the lm results \item summarystatsa data frame with the summary statistics

Author(s)

Kenneth Stevenson <kstevenson@wesleyan.edu>

Examples

1
2
3
4
mileage <- oneway(hwy ~ class, cars)
summary(mileage)
print(mileage)
plot(mileage)

kstevenson97/onewayAnova documentation built on Nov. 4, 2019, 4:08 p.m.