Learn R Programming

textAnnotatoR (version 1.0.1)

compare_patterns: 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)

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

Arguments

coding_strategies

List of coding strategies, where each strategy contains:

  • coverage: List containing density and distribution information

  • code_patterns: List of code application patterns

  • combinations: List of code combination patterns

  • sequences: List of code sequence patterns

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.