trinaryROCRoots: Find upper/lower thresholds from ROC curves

View source: R/trinaryModeling.r

trinaryROCRootsR Documentation

Find upper/lower thresholds from ROC curves

Description

Fit a smoothed ROC curve, find bounds for threshold and report partial AUC statistics

Usage

trinaryROCRoots(ins, max.sens = 0.95, smoothMethod = "binormal", ...)

Arguments

max.sens

value of sensitivity to use if no upper limit is found based on derviatives. default is 0.95

smoothMethod

default is 'binormal'

...

options to be passed to 'pROC::smooth'

Details

See Examples.

Value

a data.frame

Author(s)

Cory Merow <cory.merow@gmail.com>


cmerow/trinaryMaps documentation built on April 28, 2023, 6:02 p.m.