generate_comparison_analysis: Compare coding patterns between different documents or coders

View source: R/annotate_gui.R

generate_comparison_analysisR 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:

  • start: numeric, starting position of annotation

  • end: numeric, ending position of annotation

  • code: character, code applied to the annotation

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


textAnnotatoR documentation built on April 3, 2025, 7:35 p.m.