Plot ROC curve
This function draws receiver operating characteristic (ROC) curves.
plot_roc(..., reference = NULL)
...
: One or more RprobitB_fit
objects or data.frame
s of choice probability.reference
: The reference alternative.No return value. Draws a plot to the current device.
Useful links