View source: R/get_risk_table.R
Calculate risk table
| 1 | get_risk_table(df_master, df_new, y_target, x_target = NULL, default = NULL)
 | 
| df_master | A master data.frame (tibble) with independent variables and target variable. | 
| df_new | A new data.frame (tibble) with independent variables and target variable. | 
| y_target | The name of target variable. | 
| x_target | Names of independent variables. (Default is NULL) | 
| default | Default flag in the target variable (Default is NULL) | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.