Skip to contents

Function for ROC Analysis.

Usage

roc(
  data,
  measurement,
  status,
  excl = FALSE,
  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

# \donttest{
# example will be added
# }