I'm looking for guidance on how to calculate the 95% confidence intervals for Krippendorf's alpha coefficients in R. I've already calculated the coefficients:
key2 <- data.frame("rater1"=as.vector(t(rater1[2,])), "rater2"=as.vector(t(rater2[2,])))
key2 <- t(as.matrix(key2))
kripp.alpha(key2, method="ordinal")
Results: n=30, 2 raters, Alpha = 0.767
Previous forums suggesting conventional bootstrapping techniques don't seem to be the right course of action:
- Bootstrapping Krippendorff's Alpha
- How to compute confidence intervall for Krippendorf's Alpha in R?
Not sure if this is also helpful: http://web.asc.upenn.edu/usr/krippendorff/boot.c-Alpha.pdf