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