Learn R Programming

textAnnotatoR (version 1.0.1)

compare_co_occurrences: 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)

Value

List containing:

  • overlap_variation: Numeric value indicating range of overlap counts

  • summary: Character string describing variation in overlapping pairs

Arguments

overlaps_list

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

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