citHeader("To cite `eggCounts` model and `eggCounts` package in publication use:")

citEntry(entry = "Article",
  title        = "Zero-inflated hierarchical models for faecal egg counts to assess anthelmintic efficacy",
  author       = personList(as.person("Craig Wang"),as.person("Paul R. Torgerson"),
      as.person("Johan Hoeglund"), as.person("Reinhard Furrer")),
  journal      = "Veterinary Parasitology",
  year         = "2017",
  volume       = "235",
  doi          = "10.1016/j.vetpar.2016.12.007",
	issn         = "0304-4017",
  pages        = "20--28",

  textVersion  =
  paste("Wang, C., Torgerson, P. R., Hoeglund, J. and Furrer, R. (2017). Zero-inflated hierarchical models for faecal egg counts to assess anthelmintic efficacy","Veterinary Parasitology, 235, 20--28."),
)

citEntry(entry = "Manual",
    title = "eggCounts: Hierarchical Modelling of Faecal Egg Counts",
    author = personList(as.person("Craig Wang"),
      as.person("Michaela Paul")),
    year = "2017",
    note = "R package version 1.4",
    url = "https://CRAN.R-project.org/package=eggCounts",

  textVersion  =
  paste("Wang, C. and Paul, M. (2017). eggCounts: Hierarchical Modelling of Faecal Egg Counts. R package version 1.4.
  https://CRAN.R-project.org/package=eggCounts"),
)