citHeader("To cite simPH in publications use:")

bibentry(
  bibtype      = "Article",
  title        = "{simPH}: An {R} Package for Illustrating Estimates from Cox Proportional Hazard Models Including for Interactive and Nonlinear Effects",
  author       = c(person("Christopher", "Gandrud")),
  journal      = "Journal of Statistical Software",
  year         = "2015",
  volume       = "65",
  number       = "3",
  pages        = "1--20",
  url          = "https://doi.org/10.18637/jss.v065.i03",

  textVersion  =
  paste("Christopher Gandrud (2015).",
        "simPH: An R Package for Illustrating Estimates from Cox Proportional Hazard Models Including for Interactive and Nonlinear Effects.",
        "Journal of Statistical Software, 65(3), 1-20.",
        "URL https://doi.org/10.18637/jss.v065.i03.")
)

# Uncomment for additional citation if needed
# year <- sub("-.*", "", meta$Date)
# note <- sprintf("R package version %s", meta$Version)
# 
# bibentry(
#   bibtype = "Manual",
#   title = "{simPH}: Tools for Simulating and Plotting Quantities of Interest Estimated from Cox Proportional Hazards Models",
#   author = c(person("Christopher", "Gandrud")),
#   year = year,
#   note = note,
#   url = "https://CRAN.R-project.org/package=simPH"
# )
