File: CITATION

package info (click to toggle)
r-cran-mcmcpack 1.4-4-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 3,260 kB
  • sloc: cpp: 20,054; ansic: 4,276; makefile: 2; sh: 1
file content (21 lines) | stat: -rw-r--r-- 773 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
citHeader("To cite MCMCpack in publications use:")

citEntry(entry = "Article",
  title        = "{MCMCpack}: Markov Chain Monte Carlo in {R}",
  author       = personList(as.person("Andrew D. Martin"), 
                   as.person("Kevin M. Quinn"), 
                   as.person("Jong Hee Park")),
  journal      = "Journal of Statistical Software",
  year         = "2011",
  volume       = {42},
  number       = {9},
  pages        = {1--21},
  url          = {"http://www.jstatsoft.org/v42/i09/"},
  textVersion  =
  paste("Andrew D. Martin, Kevin M. Quinn, Jong Hee Park (2011).",
        "MCMCpack: Markov Chain Monte Carlo in R.",
        "Journal of Statistical Software. 42(9): 1-21.",
        "URL http://www.jstatsoft.org/v42/i09/.")
)