plotROC,PCOSP-method {PDATK} | R Documentation |
PCOSP
model object.Plot ROC curves for a PCOSP
model object.
## S4 method for signature 'PCOSP' plotROC(object, alpha = 0.05, ..., xlabel, ylabel, title)
object |
A |
alpha |
A |
... |
Catch unnamed parameters. Not used. |
xlabel |
A |
ylabel |
A |
title |
A |
A ggplot
object containing the ROC curves.
data(sampleValPCOSPmodel) # Plot ROC curves AUROCplot <- plotROC(sampleValPCOSPmodel)