roc_with_boxplot: ROC graph with boxplot below

View source: R/roc.R

roc_with_boxplotR Documentation

ROC graph with boxplot below

Description

ROC graph with boxplot below

Usage

roc_with_boxplot(
  test,
  refstd,
  direction = c("auto", "<", ">"),
  layout_heights = c(3, 1),
  oma = c(0, 0, 0, 0),
  mar = c(4, 6, 0, 0) + 0.1
)

Arguments

test

Marker

refstd

Reference standard (binary variable)

direction

Charachter. Direction passed to pROC::roc

layout_heights

layout heights for roc/boxplot image proportions

oma

oma parameter

mar

mar parameter


lbraglia/lbdiag documentation built on July 29, 2023, 3:35 p.m.