Learn R Programming

BSDA (version 0.1)

Clean: Residual contaminant following the use of three different cleansing agents

Description

Data for Exercise 10.16

Usage

Clean

Arguments

source

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

Examples

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

Run the code above in your browser using DataLab