neurologists | R Documentation |
Two neurologists classified 69 patients into 4 diagnostic categories.
neurologists
A tibble with 69 observations (1, 2, 3, 4) on 2 variables representing different raters.
ratings of a neurologist from New Orleans (1, 2, 3, 4)
ratings of a neurologist from Winnipeg (1, 2, 3, 4)
Landis, J., & Koch, G. (1977). The Measurement of Observer Agreement for Categorical Data. Biometrics, 33(1), 159-174. doi:10.2307/2529310
Landis, J., & Koch, G. (1977). The Measurement of Observer Agreement for Categorical Data. Biometrics, 33(1), 159-174. doi:10.2307/2529310
neurologists
library(dplyr)
library(tidyr)
neurologists %>%
with(., table(new_orleans, winnipeg))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.