# Example 6.7 from "Applied Nonparametric Statistical Methods" (5th edition)
med.test(ch6$males, ch6$females)
# Example 7.5 from "Applied Nonparametric Statistical Methods" (5th edition)
med.test(ch7$time, ch7$surgeon, do.exact = FALSE, do.asymp = TRUE)
Run the code above in your browser using DataLab