Deriving Clinically Interpretable Cutoffs for Disease Biomarkers

License: MIT CRAN status Total downloads Lifecycle: experimental


An R package for biomarker evaluation that introduces a two‑stage cutoff framework. Instead of a single threshold, it defines both a rule‑out cutoff (cL) and a rule‑in cutoff (cH), creating three groups: non‑diseased, diseased, and an intermediate gray zone. This approach improves diagnostic interpretability and supports clinical decision‑making.


✨ Features

The TwoCutoff package supports reproducible diagnostic pipelines by integrating:


🛠 Installation

# Install from CRAN (when available) 
install.packages("TwoCutoff")

# Or install the development version from GitHub:
install.packages("remotes")
remotes::install_github("kumarbhrigu/TwoCutoff")