analyze_co_occurrences | R Documentation |
Analyzes how different codes co-occur within the annotated text by examining overlapping annotations and calculating various metrics of co-occurrence strength.
analyze_co_occurrences(annotations)
annotations |
A data frame containing text annotations with columns:
|
A list containing co-occurrence analysis results:
combinations: list containing frequency table of code co-occurrences
characteristics: list with average overlap length and total overlap count
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.