Description Usage Arguments Details Value Author(s) References See Also Examples
Computes Maxwell's RE as an index of the interrater agreement of binary data.
1 | maxwell(ratings)
|
ratings |
n*2 matrix or dataframe, n subjects 2 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 (=2). |
$irr.name |
a character string specifying the name of the coefficient. |
$value |
value of RE. |
Matthias Gamer
Maxwell, A.E. (1977). Coefficients of agreement between observers and their interpretation. British Journal of Psychiatry, 130, 79-83.
1 2 3 4 5 |
Loading required package: lpSolve
Maxwell's RE
Subjects = 20
Raters = 2
RE = 0.6
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.