Appendec {BSDA} | R Documentation |
Data for Exercise 10.60
Appendec
A data frame with 59 observations on the following 5 variables.
Cost
Region
Rural
Regional
Metropol
Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Duxbury
str(Appendec) attach(Appendec) boxplot(Cost~Region) anova(lm(Cost~as.factor(Region))) detach(Appendec)