Analyzes and compares the coverage patterns between different coding strategies, including total codes used and unique code counts.
compare_coverage(coding_strategies)List containing:
total_codes_range: Numeric vector with min and max total codes
unique_codes_range: Numeric vector with min and max unique codes
List of coding strategies, where each strategy contains:
coverage: List containing distribution information
frequencies: Table of code frequencies