Description Usage Arguments Examples
View source: R/Visualization.R
A helper function used by the plot.ModelComparison. This function gathers the data needed for the ROC lines and then plots the chart.
| 1 | CreateROCPlot(object, pred.basic, labels)
 | 
| object | The ModelComparison object. | 
| pred.basic | The predictions from the models on the testing data. | 
| labels | The labels for the testing data. | 
| 1 2 | # This function is used by plot.ModelComparison. It's usage is as follows:
# CreateROCPlot(object, pred.basic, labels)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.