compare_overlaps {textAnnotatoR} | R Documentation |
Compare overlap patterns between coders
Description
Analyzes how different coders overlap in their code applications by comparing overlap patterns and frequencies across coding strategies.
Usage
compare_overlaps(coding_strategies)
Arguments
coding_strategies |
List of coding strategies, where each strategy contains overlap information |
Value
List containing:
total_overlaps_range: Range of total overlaps across strategies
unique_pairs_range: Range of unique code pairs across strategies
[Package textAnnotatoR version 0.1.4 Index]