Implementation of cross-calibration and precision analysis for HR-pQCT.
XcalRep (x-calibration & reproducibility) is an R implementation of methods used for cross-calibration and precision analysis of HR-pQCT It enables cross-calibration and precision analysis in R for single- and multi-centre studies, conducted at single or multiple timepoints. XcalRep was developed with intended use for HR-pQCT, however, it easily extends to other instruments which undergo routine calibration and reproducibility assessment.
The XcalRep package provides the following utilities:
Additionally, the XcalRep package provides multiple visualization tools to evaluate scanner reproducibility.
Visit XcalRep package site for documentation and step-by-step tutorials/vignettes.
Firstly, please install or update the package devtools by running
install.packages("devtools")
Then the XcalRep can be installed via
library(devtools)
devtools::install_github(repo = "NMikolajewicz/XcalRep")
This project is licensed under the MIT License - see the LICENSE.md file for details