Changes in version 0.4.0 (2024-12-09) - new function kappa_test_corr add test for difference in kappa in correlated groups (same subjects) through bootstrap - modify API: - rename entries to se (instead of SE) - kappam_gold has parameter refIdx= to specify the column of gold standard - kappam_vanbelle works with single matrix of ratings (ratings=) and refIdx= allows to specify one of the groups of raters Changes in version 0.3.2 (2024-09-30) - enhance description of package (upon request from CRAN) - little code optimizations Changes in version 0.3.1 - add datasets - drop dependency on obsolete bootstrap-package: last bits Changes in version 0.3.0 - kappam.gold - use z-quantile (std normal) for confidence interval (not t-quantile) - nRaters refers to number of evaluated raters (excluding gold standard) - kappam.fleiss implemented - based on irr::kappam.fleiss - allow to set ratingScale= - jackknife method for bias-correction and SE - kappaTest implements a homogeneity test for kappa's from independent groups of raters - rename: kappaInference becomes simulKappa (more clear) - drop dependency on obsolete bootstrap-package: use own implementation of jackknife Changes in version 0.2.3 - kappa2: acknowledge that we have SE only for classical kappa2 (not for robust variant) Changes in version 0.2.2 - kappa2: add std. error for unweighted kappa Changes in version 0.2.1 - Cohen's kappa kappa2 - simplified calculation of random agreement - return more information as list - allow to set ratingScale= - allow for robust= variant