
Compute inter-rater reliability across Trail settings (deprecated)
trail_icr.RdArguments
- x
A
trail_compareobject or a list oftrail_recordobjects.- id_col
Character scalar. Name of the unit identifier column in the resulting wide data (defaults to "id").
- label_col
Character scalar. Name of the label column in each record's annotations (defaults to "label").
- min_coders
Integer. Minimum number of non-missing coders per unit required for inclusion.
- icr_fun
Function used to compute inter-rater reliability. Defaults to
validate(), which is expected to acceptdata,id,coder_cols,min_coders, andmode = "icr". It should also understandoutput = "list"to return a named list of statistics.- ...
Additional arguments passed on to
icr_fun.
Value
The result of calling icr_fun() on the wide data.
With the default validate(), this is a named list of
inter-rater reliability statistics.
Details
trail_icr() is deprecated. Use qlm_compare() to compute inter-rater
reliability across multiple coded objects.
See also
trail_compare()– run the same task across multiple settingstrail_matrix()– underlying wide data used herevalidate()– core validation / ICR engine