citHeader("To cite coxmnar in publications, please cite both the package and the methodological source paper:")

bibentry(
  bibtype  = "Manual",
  title    = "coxmnar: Cox Regression with Missing Not at Random Failure Indicators",
  author   = c(person("Shikhar", "Tyagi"), person("Arvind", "Pandey"),
               person("Bhupendra", "Singh"), person("Vrijesh", "Tripathi")),
  year     = format(Sys.Date(), "%Y"),
  note     = paste("R package version", meta$Version),
  url      = "https://CRAN.R-project.org/package=coxmnar"
)

bibentry(
  bibtype  = "Article",
  title    = "Estimation in the Cox proportional hazards model with missing not at random failure indicators",
  author   = c(person("Yi", "Liu"), person("Kaiyuan", "Liu")),
  journal  = "Statistics and Computing",
  volume   = "36",
  pages    = "112",
  year     = "2026",
  doi      = "10.1007/s11222-026-10857-1"
)
