main functions

cat2cat()

Automatic mapping in a panel dataset

cat2cat_agg()

Manual mapping for an aggregated panel dataset

cat2cat ml functions

cat2cat_ml_run() print(<cat2cat_ml_run>)

Function to check cat2cat ml models performance

Datasets

occup

Occupational dataset

occup_small

Occupational dataset - small one

verticals

verticals dataset

verticals2

verticals2 dataset

trans

trans dataset containing mappings (transitions) between old (2008) and new (2010) occupational codes. This table could be used to map encodings in both directions.

cat2cat utils

dummy_c2c()

Add default cat2cat columns to a `data.frame`

prune_c2c()

Pruning which could be useful after the mapping process

cross_c2c()

Make a combination of weights from different methods

plot_c2c()

Summary plots for cat2cat results

summary_c2c()

Adjusted summary for linear regression when based on replicated dataset

raw - replications and frequencies utils

get_mappings()

Transforming a mapping (transition) table to two associative lists

get_freqs()

Getting frequencies from a vector with an optional multiplier

cat_apply_freq()

Applying frequencies to the object returned by the `get_mappings` function