Package: rdlearn Type: Package Title: Safe Policy Learning under Regression Discontinuity Design with Multiple Cutoffs Version: 0.1.1 Authors@R: c(person(given = "Kentaro", family = "Kawato", role = c("cre","cph"), email = "kentaro1358nohe@gmail.com"), person(given = "Yi", family = "Zhang", role = c("aut")), person(given = "Soichiro", family = "Yamauchi", role = c("aut")), person(given = "Eli", family = "Ben-Michael", role = c("aut")), person(given = "Kosuke", family = "Imai", role = c("aut"))) Description: Implements safe policy learning under regression discontinuity designs with multiple cutoffs, based on Zhang et al. (2022) . The learned cutoffs are guaranteed to perform no worse than the existing cutoffs in terms of overall outcomes. The 'rdlearn' package also includes features for visualizing the learned cutoffs relative to the baseline and conducting sensitivity analyses. License: MIT + file LICENSE Encoding: UTF-8 LazyData: true RoxygenNote: 7.3.1 URL: https://github.com/kkawato/rdlearn BugReports: https://github.com/kkawato/rdlearn/issues Imports: nprobust, nnet, rdrobust, ggplot2, dplyr, glue, cli Suggests: knitr, rmarkdown, testthat (>= 3.0.0) Config/testthat/edition: 3 Depends: R (>= 3.5.0) VignetteBuilder: knitr Repository: https://kkawato.r-universe.dev Date/Publication: 2025-02-21 04:50:34 UTC RemoteUrl: https://github.com/kkawato/rdlearn RemoteRef: HEAD RemoteSha: 98b1e257a771215f547a5bd85abbb0a972b0ec3c NeedsCompilation: no Packaged: 2026-07-12 08:22:28 UTC; root Author: Kentaro Kawato [cre, cph], Yi Zhang [aut], Soichiro Yamauchi [aut], Eli Ben-Michael [aut], Kosuke Imai [aut] Maintainer: Kentaro Kawato