Package: smoothROC
Type: Package
Title: Kernel-Smoothed ROC and AUC with Bandwidth Selection
Version: 0.1.0
Authors@R: 
      c(
      person("Ruhul Ali", "Khan", email = c("rkhan23@mgh.harvard.edu"), role = c("aut")),
      person("Ruhul Ali", "Khan", email = c("ruhulali.khan@gmail.com"), role = c("aut", "cre")),
      person("Musie", "Ghebremichael", email = "musie_ghebremichael@dfci.harvard.edu", role = "aut")
    )
Maintainer: Ruhul Ali Khan <ruhulali.khan@gmail.com>
Description: Computes kernel-smoothed receiver operating characteristic (ROC) curves and
    area under the curve (AUC), including confidence intervals, using several bandwidth
    selection methods. Also provides the Youden index with confidence intervals, the
    Youden point, and optimal diagnostic cutoff estimation. Supports Gaussian, Biweight,
    and Epanechnikov kernels.
License: GPL (>= 3)
Encoding: UTF-8
LazyData: true
Imports: stats, rlang, ggplot2
Depends: R (>= 3.5)
RoxygenNote: 7.3.3
Suggests: testthat (>= 3.0.0)
Config/testthat/edition: 3
NeedsCompilation: no
Packaged: 2025-11-25 01:19:40 UTC; rk128
Author: Ruhul Ali Khan [aut],
  Ruhul Ali Khan [aut, cre],
  Musie Ghebremichael [aut]
