citHeader("If you use drlate in your research, please cite the R package, the methodological paper for the estimators you use, and the original Stata module:")

bibentry(
  bibtype = "Manual",
  title   = "drlate: Doubly Robust Estimation of the Local Average Treatment Effect in R",
  author  = person("Kailas", "Venkitasubramanian"),
  year    = "2026",
  note    = sprintf("R package version %s", meta$Version),
  url     = "https://github.com/kvenkita/drlate",
  textVersion = sprintf(paste0(
    "Venkitasubramanian, K. (2026). drlate: Doubly Robust Estimation ",
    "of the Local Average Treatment Effect in R. R package version %s. ",
    "https://github.com/kvenkita/drlate"), meta$Version)
)

bibentry(
  bibtype = "Article",
  title   = paste("Abadie's Kappa and Weighting Estimators of the Local",
                  "Average Treatment Effect"),
  author  = c(person("Tymon", "Słoczyński"),
              person("S. Derya", "Uysal"),
              person("Jeffrey M.", "Wooldridge")),
  year    = "2025",
  journal = "Journal of Business & Economic Statistics",
  volume  = "43",
  number  = "1",
  pages   = "164--177",
  doi     = "10.1080/07350015.2024.2332763",
  textVersion = paste0(
    "Słoczyński, T., Uysal, S. D., & Wooldridge, J. M. (2025). ",
    "Abadie's Kappa and Weighting Estimators of the Local Average ",
    "Treatment Effect. Journal of Business & Economic Statistics ",
    "43(1), 164-177. doi:10.1080/07350015.2024.2332763")
)

bibentry(
  bibtype = "Misc",
  title   = paste("DRLATE: Stata module to perform doubly robust estimation",
                  "of the local average treatment effect (LATE) and the",
                  "local average treatment effect on the treated (LATT)"),
  author  = c(person("Derya", "Uysal"),
              person("Tymon", "Słoczyński"),
              person("Jeffrey M.", "Wooldridge")),
  year    = "2026",
  howpublished = paste("Statistical Software Components S459708,",
                       "Boston College Department of Economics"),
  url     = "https://ideas.repec.org/c/boc/bocode/s459708.html",
  textVersion = paste0(
    "Uysal, D., Słoczyński, T., & Wooldridge, J. M. (2026). ",
    "DRLATE: Stata module to perform doubly robust estimation of the ",
    "local average treatment effect (LATE) and the local average ",
    "treatment effect on the treated (LATT). Statistical Software ",
    "Components S459708, Boston College Department of Economics.")
)
