https://github.com/cran/cutpointr
Raw File
Tip revision: 4408233eb8624dea85ecf18e86d50c296165c3f2 authored by Christian Thiele on 13 April 2022, 17:12:29 UTC
version 1.1.2
Tip revision: 4408233
globals.R
utils::globalVariables(c("x.sorted", "m", "subgroup", "Sensitivity",
                         "Specificity", "value", "metric", "Precision",
                         "Recall", "optimal_cutpoint", "ymin", "ymax",
                         "m_unsmoothed", "direction", "method", "AUC",
                         "boot", "TP_b", "roc_curve_oob"))
back to top