# Example 6.13 from "Applied Nonparametric Statistical Methods" (5th edition)
conover(ch6$typeA, ch6$typeB, do.exact = FALSE, do.asymp = TRUE)
# Exercise 7.15 from "Applied Nonparametric Statistical Methods" (5th edition)
conover(ch7$braking.distance.2, ch7$initial.speed, do.exact = FALSE, do.asymp = TRUE)
Run the code above in your browser using DataLab