fleiss.bf {irrCAC} | R Documentation |
Computing Fleiss Benchmark Scale Membership Probabilities
Description
Computing Fleiss Benchmark Scale Membership Probabilities
Usage
fleiss.bf(coeff, se, BenchDF = fleiss)
Arguments
coeff |
A mandatory parameter representing the estimated value of an agreement coefficient. |
se |
A mandatory parameter representing the agreement coefficient standard error. |
BenchDF |
An optional parameter that is a 3-column data frame containing the Fleiss' benchmark scale information. The 3 columns are the interval lower bound, upper bound, and their interpretation. The default value is a small file contained in the package and named fleiss.RData, which describes the fleiss' scale intervales and their interpretation. |
Value
A one-column matrix containing the membership probabilities (c.f. http://agreestat.com/research_papers/inter-rater%20reliability%20study%20design1.pdf)
[Package irrCAC version 1.0 Index]