View source: R/as.data.frame.IRRsim.R
as.data.frame.IRRsim | R Documentation |
Converts the results of [IRRsim::simulateIRR()] to a 'data.frame'.
## S3 method for class 'IRRsim'
as.data.frame(x, ...)
x |
the result of |
... |
currently unused. |
a data.frame with the following columns:
the number of raters used in the simulation.
number of raters per scoring event
the calculated percent agreement from the sample.
the specified percent agreement used for drawing the random sample.
skewness of all responses.
Kurtosis for all responses.
the difference between the most and least freqeuent responses.
ICC1 as described in Shrout and Fleiss (1979)
ICC2 as described in Shrout and Fleiss (1979)
ICC3 as described in Shrout and Fleiss (1979)
ICC1k as described in Shrout and Fleiss (1979)
ICC2k as described in Shrout and Fleiss (1979)
ICC3k as described in Shrout and Fleiss (1979)
Fleiss' Kappa for m raters as described in Fleiss (1971).
Cohen's Kappa as calculated in psych::cohen.kappa. Note that this calculated for all datasets even though it is only appropriate for two raters.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.