Description Usage Arguments Value
This function takes a WoE table of a particular variable describing its bins, and takes the observations of the variable. It creates a tibble of variables (one per bin) containing 0 or 1 whether the original observations fall into the relevant bin.
1  | categoriseFromWoE.Wide(df, varName, woeTable, verbose = FALSE)
 | 
df | 
 Dataframe containing the at least one column named 'varName'  | 
varName | 
 Name of the variable (string format) which will be binned follwoing its Weight of Evidence  | 
woeTable | 
 Tibble containing the Weight of Evidence table created by WoETable for 'varName'  | 
verbose | 
 Boolean to add additional information. Default is   | 
Tibble of categories containing 0/1
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.