TestROC | R Documentation |
Test ROC
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 = ""
)
data |
. |
dependentVars |
. |
classVar |
. |
subGroup |
. |
method |
. |
allObserved |
. |
specifyCutScore |
. |
metric |
. |
boot_runs |
. |
break_ties |
. |
tol_metric |
. |
direction |
. |
plotROC |
. |
combinePlots |
. |
displaySE |
. |
smoothing |
. |
sensSpecTable |
. |
delongTest |
. |
positiveClass |
. |
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 | ||||
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.