ccc: An Rcpp implementation of Lin's Concordance Correlation Coefficient (CCC)
Description
This ccc() function leverages the speed of C++ to implement Lin's Concordance Correlation Coefficient (CCC) via Rcpp. This
implementation is faster than other varieties of CCC calculation from other packages, i.e.,
DescTools::CCC() and epiR::epi.ccc().
Usage
ccc(x, y)
Value
A numeric scalar representing the CCC between x and y.