View source: R/rf_functions_p2.R
analysis_plots | R Documentation |
analysis_plots
creates plots of both the calibration of the random forest and the rpart summary tree
analysis_plots(rf.df.1, target, id_col, risk_col, time_col, vars_list)
rf.df.1 |
the dataframe |
target |
the column name of the target variable |
time_col |
the column name with the cpiu values |
vars_list |
the variables used in training the random forest |
id_Col |
the column name of the patient id variable |
shows the calibration and rpart plots for the model
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.