Description Usage Arguments Value
Similar input and warnings as [replicability()]. TODO(julien): figure out how to merge both functions in the same help page.
1 2 3 4 5 6 7  | decisiveness(
  coders,
  unit_from = "unit",
  measurement_from = "measurement",
  frequency_from = NULL,
  return_by_unit = FALSE
)
 | 
coders | 
 'data.table' containing the coders.  | 
unit_from | 
 Name of the column containing the unit ID  | 
measurement_from | 
 Name of the column containing the measurements  | 
frequency_from | 
 (Optional) Name of the column containing the frequencies, *if* the data is in the "aggregated" form described above.  | 
return_by_unit | 
 (default FALSE) If TRUE, return a data.table of per-unit contributions.  | 
decisiveness | 
 Krippendorff's Alpha decisiveness index  | 
De | 
 Expected disagreement  | 
Do | 
 Overall observed disagreement accross all units  | 
by_unit | 
 (Only if return_by_unit = TRUE) Per-unit contributions  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.