Description Usage Arguments Details Value Author(s) References See Also Examples
Computes Robinson's A as an index of the interrater reliability of quantitative data.
1 | robinson(ratings)
|
ratings |
n*m matrix or dataframe, n subjects m raters. |
Missing data are omitted in a listwise way.
A list with class '"irrlist"' containing the following components:
$method |
a character string describing the method applied for the computation of interrater reliability. |
$subjects |
the number of subjects examined. |
$raters |
the number of raters. |
$irr.name |
a character string specifying the name of the coefficient. |
$value |
coefficient of interrater reliability. |
Matthias Gamer
Robinson, W.S. (1957). The statistical measurement of agreement. American Sociological Review, 22, 17-25.
1 2 |
Loading required package: lpSolve
Robinson's A
Subjects = 20
Raters = 3
A = 0.477
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.