# Example 10.11 from "Applied Nonparametric Statistical Methods" (5th edition)
cohen.kappa(ch10$dentistA, ch10$dentistB, do.asymp = TRUE, do.exact = FALSE,
alternative = "greater")
# Example 10.12 from "Applied Nonparametric Statistical Methods" (5th edition)
cohen.kappa(ch10$questionnaire, ch10$demonstration, ch10$items)
Run the code above in your browser using DataLab