ROC-methods: Compute ROC curve from netprioR model and true labels

Description Usage Arguments Value Author(s) Examples

Description

Compute ROC curve from netprioR model and true labels

Usage

1
2
3
4
ROC(object, ...)

## S4 method for signature 'netprioR'
ROC(object, true.labels, plot = FALSE, ...)

Arguments

object

A netprioR object

...

Additional arguments

true.labels

True full set of underlying labels

plot

Flag whether to plot the AUC curve

Value

ROC curve with AUC

Author(s)

Fabian Schmich

Examples

1
2
data(simulation)
ROC(simulation$model, true.labels = simulation$labels.true)

cbg-ethz/netprioR documentation built on May 13, 2019, 2:02 p.m.