| Clean {BSDA} | R Documentation |
Data for Exercise 10.16
Clean
A data frame with 45 observations on the following 5 variables.
ABCcleanagentKitchens, L. J. (2003) Basic Statistics and Data Analysis. Duxbury
str(Clean)
attach(Clean)
boxplot(clean~agent,col=c("red","blue","green"))
anova(lm(clean~as.factor(agent)))
detach(Clean)