I would like to calculate - by bootstrapping the results of Crippendorf Alpha - the 95% confidence interval for the Crippendorff alpha coefficient for Raters Reliability using the R irr package.
Let us use the “C data from Krippendorff” in the irr and R script package to calculate Alpha Krippendorff once:
library(irr)
nmm<-matrix(c(1,1,NA,1,2,2,3,2,3,3,3,3,3,3,3,3,2,2,2,2,1,2,3,4,4,4,4,4,
1,1,2,1,2,2,2,2,NA,5,5,5,NA,NA,1,1,NA,NA,3,NA),nrow=4)
kripp.alpha(nmm,"ordinal")