Learn R Programming

kgraph (version 1.2.0)

get_cutoff_threshold: Get cut-off threshold

Description

Get cut-off threshold

Usage

get_cutoff_threshold(roc_obj, specificity_lvl = 0.95)

Value

Similarity value threshold

Arguments

roc_obj

Object returned by pROC::roc

specificity_lvl

Specificity threshold (default 0.95 is equivalent to 5 percent false positives, and 0.9 to 10 percent false positives)