compare_co_occurrences {textAnnotatoR} | R Documentation |
Compare code co-occurrence patterns between coders
Description
Analyzes how different coders overlap in their code applications by comparing the frequency and patterns of code co-occurrences.
Usage
compare_co_occurrences(overlaps_list)
Arguments
overlaps_list |
List of overlap patterns from different coders, where each entry contains:
|
Value
List containing:
overlap_variation: Numeric value indicating range of overlap counts
summary: Character string describing variation in overlapping pairs
[Package textAnnotatoR version 0.1.4 Index]