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

citEntry(entry = "Article",
  title        = "{simPH}: An {R} Package for Illustrating Estimates from Cox Proportional Hazard Models Including for Interactive and Nonlinear Effects",
  author       = personList(as.person("Christopher Gandrud")),
  journal      = "Journal of Statistical Software",
  year         = "2015",
  volume       = "65",
  number       = "3",
  pages        = "1--20",
  url          = "https://www.jstatsoft.org/v65/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://www.jstatsoft.org/v65/i03/.")
)

# 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")
