RegCalReliab is an R package for performing regression calibration in regression models with covariate measurement error, using data from external or internal reliability studies.
You can install the development version of RegCalReliab from GitHub:
library(devtools)
install_github("Lbw080526/RegCalReliab")
# install.packages("RegCalReliab")
You can also get the official release version from CRAN:
install.packages("RegCalReliab")
For detailed examples and usage of the RegCalReliab package, please refer to the vignette available on the pkgdown website.