powered by
Data for Exercise 10.26
Region
A data frame with 48 observations on the following 6 variables.
West
a numeric vector
Central
East
Index
Ranks
# NOT RUN { str(Region) attach(Region) boxplot(Index~Region) anova(lm(Index~as.factor(Region))) detach(Region) # }
Run the code above in your browser using DataLab