jucor / krippendorff

R package - Krippendorff Alpha for reliability analysis
https://cornebise.com/krippendorff
Other
5 stars 0 forks source link

[julien] Refactor replicability to use accuracy. #19

Open github-actions[bot] opened 3 years ago

github-actions[bot] commented 3 years ago

[julien] Refactor replicability to use accruacy.

https://github.com/jucor/krippendorff/blob/07c3441bfc601d50653230e3e01ea254ac4f6f34/R/decisiveness.R#L5

# TODO(julien) Refactor replicability to use accruacy.
decisiveness <- function(coders,
                         standard,
                         unit_from = "unit",

834dbbcea42edf1f1aab887bef27ab8529b5aade

jucor commented 3 years ago

Will need to first optimise accuracy(), then benchmark new and old version of replicability() to see how much the code simplification costs in terms of runtime.