ci.agree | R Documentation |
Computes an adjusted Wald confidence interval for a G-index of agreement between two polychotomous ratings. This function requires the number of objects that were given the same rating by both raters. The G-index corrects for chance agreement.
ci.agree(alpha, n, f, k)
alpha |
alpha level for 1-alpha confidence |
n |
sample size |
f |
number of objects rated in agreement |
k |
number of rating categories |
Returns a 1-row matrix. The columns are:
Estimate - maximum likelihood estimate of G-index
SE - standard error
LL - lower limit of the adjusted Wald confidence interval
UL - upper limit of the adjusted Wald confidence interval
Bonett2022statpsych
ci.agree(.05, 100, 80, 4)
# Should return:
# Estimate SE LL UL
# 0.7333333 0.05333333 0.6132949 0.8226025
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.