roc: ROC

View source: R/roc.h.R

rocR Documentation

ROC

Description

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$todo a html
results$text a preformatted
results$textplot a preformatted
results$plot an image
results$plot2 an image

Examples


# example will be added


sbalci/ClinicoPathJamoviModule documentation built on Feb. 25, 2025, 6:34 a.m.