print.irrlist {irr} | R Documentation |
Prints the results of various functions computing coefficients of interrater reliability.
## S3 method for class 'irrlist'
print(x, ...)
x |
a list with class '"irrlist"' containing the results of the interrater reliability computation. |
... |
further arguments passed to or from other methods. |
'"print.irrlist"' is only a printing function and is usually not called directly.
Matthias Gamer
bhapkar
,
finn
,
iota
,
kappa2
,
kappam.fleiss
,
kappam.light
,
kripp.alpha
,
kendall
,
maxwell
,
meancor
,
meanrho
,
rater.bias
,
robinson
,
stuart.maxwell
data(anxiety)
# "print.irrlist" is the default printing method of various functions, e.g.
finn(anxiety, 6)
meancor(anxiety)