Learn R Programming

irr (version 0.70)

robinson: Robinson's A

Description

Computes Robinson's A as an index of the interrater reliability of quantitative data.

Usage

robinson(ratings)

Arguments

ratings
n*m matrix or dataframe, n subjects m raters.

Value

  • A list with class '"irrlist"' containing the following components:
  • $methoda character string describing the method applied for the computation of interrater reliability.
  • $subjectsthe number of subjects examined.
  • $ratersthe number of raters.
  • $irr.namea character string specifying the name of the coefficient.
  • $valuecoefficient of interrater reliability.

Details

Missing data are omitted in a listwise way.

References

Robinson, W.S. (1957). The statistical measurement of agreement. American Sociological Review, 22, 17-25.

See Also

finn, icc, meancor

Examples

Run this code
data(anxiety)
robinson(anxiety)

Run the code above in your browser using DataLab