Learn R Programming

wmwAUC (version 0.2.0)

plot_roc: ROC plot with confidence band -- internal function

Description

ROC plot with confidence band -- internal function

Usage

plot_roc(x, ...)

Value

No return value, called for side effects. Creates an ROC curve plot showing the receiver operating characteristic with AUC information and confidence intervals if available.

Arguments

x

Object of class roc_ci returned by roc_with_ci()

...

not used