# Example 10.2 from "Applied Nonparametric Statistical Methods" (5th edition)
spearman(ch10$q1, ch10$q2, alternative = "greater", do.asymp = TRUE, do.exact = FALSE)
# Exercise 10.1 from "Applied Nonparametric Statistical Methods" (5th edition)
spearman(ch10$ERA, ch10$ESMS, do.exact = FALSE)
Run the code above in your browser using DataLab