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:

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


[Package textAnnotatoR version 0.1.4 Index]