Plot ROC for the logistic regression model
PlotROC.LRmodel(mSetObj = NA, imgName, format = "png", dpi = 72,
show.conf = FALSE, sp.bin = 0.01)
Input name of the created mSet Object
Input a name for the plot
Select the image format, "png", or "pdf".
Input the dpi. If the image format is "pdf", users need not define the dpi. For "png" images, the default dpi is 72. It is suggested that for high-resolution images, select a dpi of 300.
Logical, show confidence intervals
Numeric, default is set to 0.01.