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

citEntry(entry     ="Article",
         title     = "elrm: Software Implementing Exact-like Inference for Logistic Regression Models",
         author    = personList(person(given="David",family="Zamar"),
                                person(given="Brad",family="McNeney"),
                                person(given="Jinko",family="Graham")),
         journal   = "Journal of Statistical Software",
         volume    = "21",
         number    = "3",
         year      = "2007",
		 pages     = "1-18",
         url       = "https://doi.org/10.18637/jss.v021.i03",
         
         textVersion = paste("Zamar, D., McNeney, B., & Graham, J. (2007).",
							 "elrm: Software Implementing Exact-Like Inference for Logistic Regression Models.", 
							 "Journal of Statistical Software, 21(3), 1-18. https://doi.org/10.18637/jss.v021.i03")
);

citFooter("We have invested a lot of time and effort in creating the elrm package,",
          "please cite it when using it for data analysis.")