calc_orf {qtkit} | R Documentation |
Calculate Observed Relative Frequency
Description
Computes the observed relative frequency (ORF) for each term in a term-document matrix. ORF is the relative frequency expressed as a percentage (RF * 100).
Usage
calc_orf(tdm)
Arguments
tdm |
A term-document matrix |
Value
A numeric vector of observed relative frequencies (as percentages) for each term
[Package qtkit version 1.1.1 Index]