plot_roc_curve: Internal Function: Plotting ROC curve
Description
Internal Function: Plotting ROC curve
Usage
plot_roc_curve(prob, labels, quiet = TRUE)
Value
No return value and the ROC curve will be plotted.
Arguments
- prob
Predicate probability
- labels
Actual outcome(binary)
- quiet
if set to TRUE, there will be no trace printing