citHeader("To cite `abn` modelling approach and `abn` package in publication use, select the most appropriate among:
--------------------------------------------------------------------------------------------------------

")

citEntry(entry = "Article",
  title        = "Improving epidemiologic data analyses through multivariate regression modelling",
  author       = personList(as.person("Lewis Fraser Iain"), as.person("Ward Michael P")),
  journal      = "Emerging themes in epidemiology",
  volume       = "10",
  number       = "1",
  pages        = "4",
  year         = "2013",
  publisher    ="BioMed Central",
header       = "To cite use of `abn` underlaying methodology in applied research for publications use:",
  textVersion  =
  paste("Lewis, F. I., & Ward, M. P. (2013). Improving epidemiologic data analyses through multivariate regression modelling. Emerging themes in epidemiology, 10(1), 4.")
  )

citEntry(entry = "Article",
  title        = "Additive {B}ayesian Network Modelling with the {R} Package {abn}",
  author       = personList(as.person("Gilles Kratzer"),as.person("Fraser Iain Lewis"), as.person("Arianna Comin"), as.person("Marta Pittavino"), as.person("Reinhard Furrer")),
  year         = "2019",
  journal      ="arXiv preprint arXiv:1911.09006",
  header       = "To cite use of the Bayesian implementation of `abn` in publications use:",
  textVersion  =
  paste("Kratzer, G., Lewis, F.I.,Comin, A., Pittavino, M. and Furrer, R. (2019). Additive Bayesian Network Modelling with the R Package abn. arXiv preprint arXiv:1911.09006")
)

citEntry(entry = "Article",
  title        = "Information-Theoretic Scoring Rules to Learn Additive {B}ayesian Network Applied to Epidemiology",
  author       = personList(as.person("Gilles Kratzer"), as.person("Reinhard Furrer")),
  year         = "2018",
  journal      ="arXiv preprint arXiv:1808.01126",
  header       = "To cite use of the MLE implementation `abn` in publications use:",
  textVersion  =
  paste("Kratzer, G. and Furrer, R. (2018). Information-Theoretic Scoring Rules to Learn Additive Bayesian Network Applied to Epidemiology. arXiv preprint arXiv:1808.01126")
)

citEntry(entry = "Manual",
    title = "abn: an {R} package for modelling multivariate data using additive {B}ayesian networks",
    author = personList(as.person("Gilles Kratzer"), as.person("Marta Pittavino"), as.person("Fraser Iain Lewis"), as.person("Reinhard Furrer")),
    year = "2019",
    note = "R package version 2.2",
    url = "https://CRAN.R-project.org/package=abn",
    header       = "To cite use of the R package `abn` in publications use:",
  textVersion  =
  paste("Kratzer, G. , Pittavino, M, Lewis, F.I. and Furrer, R. (2019). abn: an R package for modelling multivariate data using additive Bayesian networks. R package version 2.2.
  https://CRAN.R-project.org/package=abn")
)
