compare_codes {textAnnotatoR} | R Documentation |
Compare code usage between coders
Description
Compares how different coders use codes by analyzing shared codes and their usage patterns across coding strategies.
Usage
compare_codes(coding_strategies)
Arguments
coding_strategies |
List of coding strategies, where each strategy contains code frequency information |
Value
List containing:
shared_codes: Character vector of codes used across strategies
usage_matrix: Matrix showing code usage across strategies
[Package textAnnotatoR version 0.1.4 Index]