# Example 11.3 from "Applied Nonparametric Statistical Methods" (5th edition)
spearman.beta(ch11$reportedtime, ch11$parentlimit, H0 = 1)
spearman.beta(ch11$reportedtime, ch11$parentlimit, H0 = 1, do.CI = TRUE)
Run the code above in your browser using DataLab