compare_co_occurrences: Compare code co-occurrence patterns between coders

View source: R/annotate_gui.R

compare_co_occurrencesR Documentation

Compare code co-occurrence patterns between coders

Description

Analyzes how different coders overlap in their code applications by comparing the frequency and patterns of code co-occurrences.

Usage

compare_co_occurrences(overlaps_list)

Arguments

overlaps_list

List of overlap patterns from different coders, where each entry contains:

  • combinations: List containing frequency table of code co-occurrences

Value

List containing:

  • overlap_variation: Numeric value indicating range of overlap counts

  • summary: Character string describing variation in overlapping pairs


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