concordancer: An 'Rcpp' Implementation of Lin's Concordance Correlation Coefficient (CCC)

Lin's Concordance Correlation Coefficient (CCC) is a statistic which measures the degree of agreement between two variables. The CCC is useful for assessing (i) the measurement agreement between two variables (typically outputs between two devices); (ii) the reproducibility between two measurements obtained from the same device; and (iii) inter-rater reliability. The 'concordancer' package provides a 'C++' implementation of Lin's CCC via 'Rcpp'. In so doing, the ccc() function contained herein is a much faster implementation than those contained in other R packages. For more details on Lin's CCC, please see <https://en.wikipedia.org/wiki/Concordance_correlation_coefficient>.

Version: 1.0.2
Imports: Rcpp
LinkingTo: Rcpp
Suggests: spelling
Published: 2023-07-21
Author: Troy J Cross ORCID iD [aut, cre, cph]
Maintainer: Troy J Cross <troy.cross at sydney.edu.au>
BugReports: https://github.com/troyjcross/concordancer/issues
License: GPL (≥ 3)
URL: https://github.com/troyjcross/concordancer
NeedsCompilation: yes
Language: en-US
Materials: README NEWS
CRAN checks: concordancer results

Documentation:

Reference manual: concordancer.pdf

Downloads:

Package source: concordancer_1.0.2.tar.gz
Windows binaries: r-devel: concordancer_1.0.2.zip, r-release: concordancer_1.0.2.zip, r-oldrel: concordancer_1.0.2.zip
macOS binaries: r-release (arm64): concordancer_1.0.2.tgz, r-oldrel (arm64): concordancer_1.0.2.tgz, r-release (x86_64): concordancer_1.0.2.tgz, r-oldrel (x86_64): concordancer_1.0.2.tgz

Linking:

Please use the canonical form https://CRAN.R-project.org/package=concordancer to link to this page.