Learn R Programming

textAnnotatoR (version 1.0.1)

compare_sequences: Compare code sequence patterns between coders

Description

Analyzes how different coders sequence their codes by comparing the patterns and frequency of code transitions.

Usage

compare_sequences(sequences_list)

Value

List containing:

  • sequence_variation: Numeric value indicating range of transition counts

  • summary: Character string describing variation in code transitions

Arguments

sequences_list

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

  • transitions: List of code transitions observed in the text