This is an R package used to do the reliability analysis. While the packaging is not finished, the key functions are there.
These functions were written to handle computation of Krippendorff’s Alpha reliability index in the case of large, sparse matrices typical of crowdsourced/citizen-science efforts. After three years sitting on them thinking “I should really package this”, I decided to provide them online as-is in case they could help someone. Who knows, with some time I might even be able to do a nicer package!
This package:
data.table
The computation-heavy parts are in C++ under the hood, for computational efficiency
At the moment this package is not on CRAN. You can install it using the remotes
package:
remotes::install_github("jucor/krippendorff")
packrat
by renv