powered by
Data for Exercise 7.17
Concrete
A data frame with 20 observations on the following 3 variables.
Strength
a numeric vector
Method
Ranks
# NOT RUN { str(Concrete) attach(Concrete) wilcox.test(Strength~Method,alternative="greater") detach(Concrete) # }
Run the code above in your browser using DataLab