resolve_frequencies {cat2cat} | R Documentation |
Resolve the frequencies
Description
Resolve the frequencies
Usage
resolve_frequencies(cat_base_year, cat_var_base, freqs_df, multiplier_var)
Arguments
cat_base_year |
'data.frame' a base period dataset. |
cat_var_base |
'character(1)' name of the base period categorical variable. |
freqs_df |
'data.frame' with 2 columns, the first one with category and second with counts. |
multiplier_var |
'character(1)' name of the multiplier variable. |
[Package cat2cat version 0.4.7 Index]