Region {BSDA} | R Documentation |
Data for Exercise 10.26
Region
A data frame with 48 observations on the following 6 variables.
West
Central
East
Index
Region
Ranks
Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Duxbury
str(Region) attach(Region) boxplot(Index~Region) anova(lm(Index~as.factor(Region))) detach(Region)