Description Usage Arguments Details See Also
Coincidences can also be counted within subsets of annotators. One special case is within the same annotator, i.e. where annotators apply multiple tags, which do they tend to apply together.
1 2 3 | coincidences_annotators_pairwise(annotations,
annotators = get_annotators(annotations), diag = TRUE,
impute_annotators = FALSE)
|
annotations |
data.frame containing annotation data |
annotators |
character vector of annotator names |
diag |
Include the diagonal facets showing agreement within annotator |
impute_annotators |
Impute NA tags for annotators who applied no tags |
If an annotator is listed in the annotators argument, but doesn't appear in the annotations dataset, that annotator, that annotator will be imputed to exist and implicitly have NA tags. Note this may differ from imputation policies for a given annotation project. [Q: Is that the default behaviour we want?]
Other coincidences: coincidences_annotator_pair
,
coincidences_pooled
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.