print.icclist {irr} | R Documentation |
Prints the results of the ICC computation.
## S3 method for class 'icclist'
print(x, ...)
x |
a list with class '"icclist"' containing the results of the ICC computation. |
... |
further arguments passed to or from other methods. |
'"print.icclist"' is only a printing function and is usually not called directly.
Matthias Gamer
data(anxiety)
# "print.icclist" is the default printing function of "icc"
icc(anxiety, model="twoway", type="agreement")