radiologist | R Documentation |
Classification by two radiologists of 85 xeromammograms as normal, benign disease, suspicion of cancer, or cancer (a subset of the data from Boyd et al. (1982) and discussed in the context of kappa in Altman (1991, 403–405).
radiologist
A tibble with 85 observations (Normal, Benign, Suspect, Cancer) on 2 variables representing different raters.
ratings of Radiologist a (see levels above)
ratings of Radiologist b (see levels above)
Boyd, N. F., C. Wolfson, M. Moskowitz, T. Carlile, M. Petitclerc, H. A. Ferri, E. Fishell, A. Gregoire, M. Kiernan, J. D. Longley, I. S. Simor, and A. B. Miller. 1982. Observer variation in the interpretation of xeromammograms. Journal of the National Cancer Institute 68: 357–363.
Datasets for Stata Base Reference Manual, Release 13
Altman, D. G. 1991. Practical Statistics for Medical Research. London: Chapman & Hall/CRC
radiologist
library(dplyr)
library(tidyr)
radiologist %>%
with(., table(radiologist_a, radiologist_b)) %>%
addmargins()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.