1citHeader("To cite MCMCpack in publications use:")
2
3citEntry(entry = "Article",
4  title        = "{MCMCpack}: Markov Chain Monte Carlo in {R}",
5  author       = personList(as.person("Andrew D. Martin"),
6                   as.person("Kevin M. Quinn"),
7                   as.person("Jong Hee Park")),
8  journal      = "Journal of Statistical Software",
9  year         = "2011",
10  volume       = {42},
11  number       = {9},
12  pages        = {1--21},
13  Doi          = {"10.18637/jss.v042.i09"},
14  textVersion  =
15  paste("Andrew D. Martin, Kevin M. Quinn, Jong Hee Park (2011).",
16        "MCMCpack: Markov Chain Monte Carlo in R.",
17        "Journal of Statistical Software. 42(9): 1-21.",
18        "DOI 10.18637/jss.v042.i09.")
19)
20
21
22