https://github.com/cran/cutpointr
Raw File
Tip revision: 2900dc24d2c5a7d8fdb3f1abb1540fb704e51742 authored by Christian Thiele on 15 February 2021, 13:40:03 UTC
version 1.1.0
Tip revision: 2900dc2
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