ROC {netprioR} | R Documentation |
Compute ROC curve from netprioR model and true labels
ROC(object, ...) ## S4 method for signature 'netprioR' ROC(object, true.labels, plot = FALSE, ...)
object |
A |
... |
Additional arguments |
true.labels |
True full set of underlying labels |
plot |
Flag whether to plot the AUC curve |
ROC curve with AUC
Fabian Schmich
data(simulation) ROC(simulation$model, true.labels = simulation$labels.true)