cat2cat_ml: The internal function used in the cat2cat one
Description
apply the ml models to the cat2cat data
Usage
cat2cat_ml(ml, mapp, target_data, cat_var_target)
Arguments
- ml
`list` the same `ml` argument as provided to `cat2cat` function.
- mapp
`list` a mapping table
- target_data
`data.frame`
- cat_var_target
`character(1)` name of the categorical variable
in the target period.