cat2cat_ml {cat2cat}R Documentation

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.


[Package cat2cat version 0.4.7 Index]