TestROC: Test ROC

View source: R/testroc.h.R

TestROCR Documentation

Test ROC

Description

Test ROC

Usage

TestROC(
  data,
  dependentVars,
  classVar,
  subGroup,
  method = "maximize_metric",
  allObserved,
  specifyCutScore = "",
  metric,
  boot_runs,
  break_ties,
  tol_metric = 0.05,
  direction,
  plotROC = TRUE,
  combinePlots = TRUE,
  displaySE = FALSE,
  smoothing = FALSE,
  sensSpecTable = FALSE,
  delongTest = FALSE,
  positiveClass = ""
)

Arguments

data

.

dependentVars

.

classVar

.

subGroup

.

method

.

allObserved

.

specifyCutScore

.

metric

.

boot_runs

.

break_ties

.

tol_metric

.

direction

.

plotROC

.

combinePlots

.

displaySE

.

smoothing

.

sensSpecTable

.

delongTest

.

positiveClass

.

Value

A results object containing:

results$instructions a html
results$procedureNotes a html
results$resultsTable an array of tables
results$delongTest a preformatted
results$plotROC an array of images
results$sensSpecTable an array of htmls

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