Function for ROC Analysis.

roc(
  data,
  measurement,
  status,
  excl = TRUE,
  sty = FALSE,
  quant = FALSE,
  label = FALSE,
  inter = FALSE
)

Arguments

data

The data as a data frame.

measurement

.

status

.

excl

.

sty

.

quant

.

label

.

inter

.

Value

A results object containing:

results$todoa html
results$texta preformatted
results$textplota preformatted
results$plotan image
results$plot2an image

Examples

if (FALSE) { # example will be added }