Drug {BSDA} | R Documentation |
Data for Exercise 7.15
Drug
A data frame with 28 observations on the following 2 variables.
trials
group
Kitchens, L. J. (2003) Basic Statistics and Data Analysis. Duxbury
str(Drug) attach(Drug) boxplot(trials~group) wilcox.test(trials~group) detach(Drug)