Description Usage Arguments Value Examples
View source: R/interrater.reliability.R
interrater.reliability
will perform some basic heuristics to determine which test to run on your data.
1 | interrater.reliability(d, type = c("categorical", "ordinal"))
|
d |
the dataset that you want to analyse. Should contain one column per rater. |
type |
indicates whether the data to be analysed is categorical or ordinal. If type is ordinal then weights are used. Make sure that for ordinal data the factors are set in the correct order. Use |
The results of the test, along with details of the analysis
1 2 | data(data.Diagnoses)
interrater.reliability(data.Diagnoses[,1:2],type="categorical")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.