powered by
Data for Exercise 7.15
Drug
A data frame with 28 observations on the following 2 variables.
trials
a numeric vector
group
# NOT RUN { str(Drug) attach(Drug) boxplot(trials~group) wilcox.test(trials~group) detach(Drug) # }
Run the code above in your browser using DataLab