mean agreement among several raters
meanAgree.Rd
This is a wrapper for the agree
function from the irr
package. Function computes mean agreement among several raters (at least 2) for
one item and several persons.
Arguments
- dat
Data frame with at least two columns, with examinees in the rows and raters in the columns.
- tolerance
number of successive rating categories that should be regarded as rater agreement (see help file of the
agree
function).- weight.mean
Logical: TRUE, if agreement is weighted by number of rater subjects. FALSE, if it is averaged among all rater pairs.