bp.coeff.dist: Brennan-Prediger coefficient

Description Usage Arguments Details Author(s) References

View source: R/gwet_agree.coeff3.dist.r

Description

Computes Brennan-Prediger coefficient and standard error for multiple raters when data is an n x q matrix representing the distribution of raters be subject and by category.

Usage

1
2
bp.coeff.dist(ratings, weights = "unweighted", conflev = 0.95,
  N = Inf, print = TRUE)

Arguments

ratings

an n x q matrix showing the number of raters by subject and category where n is the number of subjects and q is the number of categories

weights

optional weighting

conflev

confidence level

N

used as denominator in finite population correction

print

logical; if TRUE, prints a summary of the agreement

Details

A typical entry associated with a subject and a category, represents the number of raters who classified the subject into the specified category. Excludes all subjects that are not rated by any rater.

Author(s)

Kilem L. Gwet

References

Brennan, R.L., and Prediger, D. J. (1981). “Coefficient Kappa: some uses, misuses, and alternatives." Educational and Psychological Measurement, 41, 687-699.


raredd/ragree documentation built on March 25, 2021, 1:42 p.m.