compare_co_occurrences {textAnnotatoR}R 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:


[Package textAnnotatoR version 0.1.4 Index]