Independent {BSDA} | R Documentation |
Data for Exercise 7.41
Independent
A data frame with 46 observations on the following 3 variables.
score
group
ranks
Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Duxbury
str(Independent) attach(Independent) boxplot(score~group) wilcox.test(score~group) detach(Independent)