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.
The TwoCutoff package supports reproducible diagnostic pipelines by integrating:
# Install from CRAN (when available)
install.packages("TwoCutoff")
# Or install the development version from GitHub:
install.packages("remotes")
remotes::install_github("kumarbhrigu/TwoCutoff")