Treatments {BSDA}R Documentation

Illustrates analysis of variance for three treatment groups

Description

Data for Exercise 10.44

Usage

Treatments

Format

A data frame with 24 observations on the following 5 variables.

treat1
a numeric vector
treat2
a numeric vector
treat3
a numeric vector
Treatmnt
a numeric vector
Group
a numeric vector

Source

Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Duxbury

Examples

str(Treatments)
attach(Treatments)
anova(lm(Treatmnt~as.factor(Group)))
detach(Treatments)

[Package BSDA version 0.1 Index]