powered by
Data for Exercise 10.33
Lodge
A data frame with 45 observations on the following 6 variables.
SiteA
a numeric vector
SiteB
SiteC
Traffic
Site
Ranks
# NOT RUN { str(Lodge) attach(Lodge) boxplot(Traffic~Site) anova(lm(Traffic~as.factor(Site))) detach(Lodge) # }
Run the code above in your browser using DataLab