Clean {BSDA}R Documentation

Residual contaminant following the use of three different cleansing agents

Description

Data for Exercise 10.16

Usage

Clean

Format

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

A
a numeric vector
B
a numeric vector
C
a numeric vector
clean
a numeric vector
agent
a numeric vector

Source

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

Examples

str(Clean)
attach(Clean)
boxplot(clean~agent,col=c("red","blue","green"))
anova(lm(clean~as.factor(agent)))
detach(Clean)

[Package BSDA version 0.1 Index]