powered by
Data for Exercise 7.16
Rural
A data frame with 33 observations on the following 4 variables.
a numeric vector
City
score
code
# NOT RUN { str(Rural) attach(Rural) wilcox.test(score~code) wilcox.test(Rural,City) detach(Rural) # }
Run the code above in your browser using DataLab