QualityMeasure is an R package to help with analyzing health care quality measures. The package includes functions for calculating measure performance, both unadjusted and adjusted, and estimating reliability with several different methods. More detail on each reliability estimation method can be found in Comparing methods for assessing the reliability of health care quality measures.
This package is a work-in-progress. Please email me at nieser@stanford.edu with any questions if you plan to use this code.
The following code can be used to download the latest version of the package to your RStudio from Github.
library(devtools)
::install_github('knieser/quality_measure_reliability')
devtoolslibrary(QualityMeasure)
This package contains a vignette describing how this package can be used to estimate reliability: Example analysis