Learn R Programming

BSDA (version 1.01)

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

Description

Data for Exercise 10.16

Usage

Clean

Arguments

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

Examples

Run this code
# NOT RUN {
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