citHeader("To cite rstanarm in publications please use the first citation entry.", 
          "If you were using the 'stan_jm' modelling function then, where possible,",
          "please consider including the second citation entry as well.")

citEntry(entry = "Misc", 
         title = "rstanarm: {Bayesian} applied regression modeling via {Stan}.",
         author = c(person("Ben", "Goodrich"),
                    person("Jonah", "Gabry"),
                    person("Imad", "Ali"),
                    person("Sam", "Brilleman")),
         note = "R package version 2.17.4",
         year = "2018",
         url = "http://mc-stan.org/",
         textVersion =
           paste("Goodrich B, Gabry J, Ali I & Brilleman S. (2018).",
                 title = "rstanarm: Bayesian applied regression modeling via Stan. R package version 2.17.4.",
                 "http://mc-stan.org/.")
)

citEntry(entry = "Misc", 
         title = "Joint longitudinal and time-to-event models via {Stan}.",
         author = c(person("SL", "Brilleman"),
                    person("MJ", "Crowther"),
                    person("M", "Moreno-Betancur"),
                    person("J", "Buros Novik"),
                    person("R", "Wolfe")),
         note = "StanCon 2018. 10-12 Jan 2018. Pacific Grove, CA, USA.",
         url = "https://github.com/stan-dev/stancon_talks/",
         textVersion =
           paste("Brilleman SL, Crowther MJ, Moreno-Betancur M, Buros Novik J & Wolfe R.",
                 title = "Joint longitudinal and time-to-event models via Stan.",
                 "StanCon 2018. 10-12 Jan 2018. Pacific Grove, CA, USA.",
                 "https://github.com/stan-dev/stancon_talks/")
)
