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

citEntry(entry = "Article",
  title        = "Fitting Additive Binomial Regression Models with the {R} Package {blm}",
  author       = personList(as.person("Stephanie Kovalchik"),
                   as.person("Ravi Varadhan")),
  journal      = "Journal of Statistical Software",
  year         = "2013",
  volume       = "54",
  number       = "1",
  pages        = "1--18",
  url          = "https://www.jstatsoft.org/v54/i01/",

  textVersion  =
  paste("Stephanie Kovalchik, Ravi Varadhan (2013).",
        "Fitting Additive Binomial Regression Models with the R Package blm.",
        "Journal of Statistical Software, 54(1), 1-18.",
        "URL https://www.jstatsoft.org/v54/i01/.")
)

