citHeader("To cite bnlearn in publications use the most appropriate among:")

citEntry(entry = "Book",
         title = "Bayesian Networks with Examples in R",
         author = personList(as.person("Marco Scutari"), as.person("Jean-Baptiste Denis")),
         publisher = "Chapman and Hall",
         address      = "Boca Raton",
         year         = 2014,
         note         = "ISBN 978-1482225587",

 textVersion =
 paste("Marco Scutari, Jean-Baptiste Denis. (2014)",
       "Bayesian Networks with Examples in R.",
       "Chapman and Hall, Boca Raton. ISBN 978-1482225587.")

)

citEntry(entry = "Book",
         title = "Bayesian Networks in R with Applications in Systems Biology",
         author = personList(as.person("Radhakrishnan Nagarajan"), as.person("Marco Scutari"), as.person("Sophie Lebre")),
	 publisher = "Springer",
         address      = "New York",
         year         = 2013,
         note         = "ISBN 978-1461464457",

 textVersion =
 paste("Radhakrishnan Nagarajan, Marco Scutari, Sophie Lebre. (2013)",
       "Bayesian Networks in R with Applications in Systems Biology.",
       "Springer, New York. ISBN 978-1461464457.")

)

citEntry(entry = "Article",
  title        = "Learning Bayesian Networks with the {bnlearn} {R} Package",
  author       = personList(as.person("Marco Scutari")),
  journal      = "Journal of Statistical Software",
  year         = "2010",
  volume       = "35",
  number       = "3",
  pages        = "1--22",
  url          = "http://www.jstatsoft.org/v35/i03/",

  textVersion  =
  paste("Marco Scutari (2010).",
        "Learning Bayesian Networks with the bnlearn R Package.",
        "Journal of Statistical Software, 35(3), 1-22.",
        "URL http://www.jstatsoft.org/v35/i03/.")
)

citFooter("This last is the original JSS paper for the package.")

