ggroc: Draw ROC plot with cut-off values

View source: R/ggroc.R

ggrocR Documentation

Draw ROC plot with cut-off values

Description

Draw ROC plot with cut-off values

Usage

ggroc(
  roc,
  showAUC = TRUE,
  interval = 0.2,
  breaks = seq(0, 1, interval),
  round = 2,
  show.num = 3,
  print.result = F,
  print.num = 5,
  font.size = 3.5
)

Arguments

roc

roc object made by pROC package

showAUC

show AUC value

interval

interval

breaks

breaks

round

round value

show.num

number of cut-off values

print.result

print analysis results

print.num

number of cut-off values to be printed

font.size

font size

Value

ggplot object


nephroj/medutils documentation built on Feb. 3, 2024, 8:33 a.m.