Lodge {BSDA} | R Documentation |
Data for Exercise 10.33
Lodge
A data frame with 45 observations on the following 6 variables.
SiteA
SiteB
SiteC
Traffic
Site
Ranks
Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Duxbury
str(Lodge) attach(Lodge) boxplot(Traffic~Site) anova(lm(Traffic~as.factor(Site))) detach(Lodge)