Rural {BSDA} | R Documentation |
Data for Exercise 7.16
Rural
A data frame with 33 observations on the following 4 variables.
Rural
City
score
code
Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Duxbury
str(Rural) attach(Rural) wilcox.test(score~code) wilcox.test(Rural,City) detach(Rural)