Computes intercoder reliability estimates for one test variable
compute_icr(test_var, data, unit_var, coder_var, levels = c(),
na.omit = FALSE, agreement = TRUE, holsti = TRUE,
kripp_alpha = TRUE, cohens_kappa = FALSE, fleiss_kappa = FALSE,
brennan_prediger = FALSE)
Variable to compute estimates for
a tibble
Variable with unit identifiers
Variable with coder identifiers
Optional named vector with levels of test variables
Logical indicating whether NA
values should be stripped
before computation. Defaults to FALSE
.
Logical indicating whether simple percent agreement should
be computed. Defaults to TRUE
.
Logical indicating whether Holsti's reliability estimate
(mean pairwise agreement) should be computed. Defaults to TRUE
.
Logical indicating whether Krippendorff's Alpha should
be computed. Defaults to TRUE
.
Logical indicating whether Cohen's Kappa should
be computed. Defaults to FALSE
.
Logical indicating whether Fleiss' Kappa should
be computed. Defaults to FALSE
.
Logical indicating whether Brennan & Prediger's Kappa
should be computed. Defaults to FALSE
.
Other intercoder reliability: icr_agreement
,
icr_brennan_prediger
,
icr_cohens_kappa
,
icr_fleiss_kappa
,
icr_holstis_CR
,
icr_kripp_alpha
, test_icr
,
unit_coder_matrix