powered by
Data for Exercise 10.16
Clean
A data frame with 45 observations on the following 5 variables.
A
a numeric vector
B
C
clean
agent
# 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