generate_comparison_analysis {textAnnotatoR} | R Documentation |
Compare coding patterns between different documents or coders
Description
Performs a comprehensive comparison of coding patterns between different sets of annotations, analyzing differences in coverage, code application, overlaps, and code sequences.
Usage
generate_comparison_analysis(annotations_list)
Arguments
annotations_list |
A list of data frames, where each data frame contains annotations with columns:
|
Value
A list containing comparison results and analysis:
coding_strategies: list of analyzed coding patterns for each input
comparison: list of comparative analyses between coding patterns
[Package textAnnotatoR version 0.1.4 Index]