compare_patterns {textAnnotatoR} | R Documentation |
Compare coding patterns between different coders
Description
Analyzes and compares coding patterns between different coders by examining various aspects including coverage, code application patterns, combinations, and sequences.
Usage
compare_patterns(coding_strategies)
Arguments
coding_strategies |
List of coding strategies, where each strategy contains:
|
Details
The function performs multiple comparisons with error handling for each aspect of coding patterns. Returns descriptive messages when analysis cannot be performed due to insufficient data.
Value
List containing comparison results:
coverage_differences: Analysis of coding density variations
code_differences: Analysis of code application differences
combination_differences: Analysis of code combination patterns
sequence_differences: Analysis of code sequence patterns