Learn R Programming

searchAnalyzeR (version 0.1.0)

compare_terms: Compare Terms Across Strategies

Description

Compares the effectiveness of terms across multiple search strategies to identify which terms perform best in different contexts.

Usage

compare_terms(term_list, top_n = 5)

Value

Data frame comparing term effectiveness across strategies

Arguments

term_list

Named list of term_analysis objects from different strategies

top_n

Number of top terms to compare (default: 5)

Details

This function:

  • Calculates effectiveness scores for each strategy

  • Identifies top terms in each strategy

  • Creates a comparison matrix showing performance across strategies