compare_patterns | R Documentation |
Analyzes and compares coding patterns between different coders by examining various aspects including coverage, code application patterns, combinations, and sequences.
compare_patterns(coding_strategies)
coding_strategies |
List of coding strategies, where each strategy contains:
|
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.
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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.