powered by
Prints the results of various functions computing coefficients of interrater reliability.
# S3 method for irrlist print(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.
bhapkar, finn, iota, kappa2, kappam.fleiss, kappam.light, kripp.alpha, kendall, maxwell, meancor, meanrho, rater.bias, robinson, stuart.maxwell
bhapkar
finn
iota
kappa2
kappam.fleiss
kappam.light
kripp.alpha
kendall
maxwell
meancor
meanrho
rater.bias
robinson
stuart.maxwell
# NOT RUN { data(anxiety) # "print.irrlist" is the default printing method of various functions, e.g. finn(anxiety, 6) meancor(anxiety) # }
Run the code above in your browser using DataLab