year <- sub("-.*", "", meta$Date)
note <- sprintf("R package version %s", meta$Version)

citHeader("To cite package 'brglm2' in publications use at least one of the following, as appropriate. The finiteness and shrinkage properties of the reduced-bias estimator that 'brglm2' computes by default for logistic regression is in Kosmidis & Firth (2021).")

c(bibentry(bibtype = "Manual",
           title = "{brglm2}: Bias Reduction in Generalized Linear Models",
           author = c(person(given = "Ioannis", family = "Kosmidis")),
           year = year,
           note = note,
           url = "https://CRAN.R-project.org/package=brglm2"),
  bibentry(bibtype = "article",
           title = "Jeffreys-prior penalty, finiteness and shrinkage in binomial-response generalized linear models",
           author = c(person(given = "Ioannis", family = "Kosmidis"),
                      person(given = "David", family = "Firth")),
           year = 2021,
           journal = "Biometirka",
           volume = "108",
           pages = "71-82",
           url = "https://doi.org/10.1093/biomet/asaa052"),
  bibentry(bibtype = "article",
           title = "Mean and median bias reduction in generalized linear models",
           author = c(person(given = "Ioannis", family = "Kosmidis"),
                      person(given = c("Euloge", "Clovis"), family = c("Kenne Pagui")),
                      person(given = "Nicola", family = "Sartori")),
           year = 2020,
           journal = "Statistics and Computing",
           volume = "30",
           pages = "43-59",
           url = "https://doi.org/10.1007/s11222-019-09860-6"),
  bibentry(bibtype = "article",
           title = "Diaconis-Ylvisaker prior penalized likelihood for $p/n \\to \\kappa \\in (0,1)$ logistic regression",
           author = c(person(given = "Philipp", family = "Sterzinger"),
                      person(given = "Ioannis", family = "Kosmidis")),
           year = "2024",
           journal = "arXiv",
           eprint = "2311.07419v2",
           archivePrefix = "arXiv"))
