# Examples 6.1 and 6.2 from "Applied Nonparametric Statistical Methods" (5th edition)
wilcoxon.mann.whitney(ch6$groupA, ch6$groupB)
# Exercise 12.4 from "Applied Nonparametric Statistical Methods" (5th edition)
wilcoxon.mann.whitney(ch12$feedback.satisfaction[ch12$PPI.person.2 == "Representative"],
ch12$feedback.satisfaction[ch12$PPI.person.2 == "Researcher"],
do.exact = FALSE, do.asymp = TRUE)
Run the code above in your browser using DataLab