1citHeader("To cite vars in publications use:")
2
3citFooter("For BibTex versions of citations use: toBibtex(citation('vars'))")
4
5citEntry(entry = "Article",
6  title        = "VAR, SVAR and SVEC Models: Implementation Within {R} Package {vars}",
7  author       = personList(as.person("Bernhard Pfaff")),
8  journal      = "Journal of Statistical Software",
9  year         = "2008",
10  volume       = "27",
11  number       = "4",
12  url          = "https://www.jstatsoft.org/v27/i04/",
13
14  textVersion  =
15  paste("Bernhard Pfaff (2008).",
16        "VAR, SVAR and SVEC Models: Implementation Within R Package vars.",
17        "Journal of Statistical Software 27(4).",
18        "URL https://www.jstatsoft.org/v27/i04/.")
19)
20
21citEntry(entry = "Book",
22         title = "Analysis of Integrated and Cointegrated Time Series with R",
23         author = personList(as.person("B. Pfaff")),
24	 publisher = "Springer",
25         edition = "Second",
26         address      = "New York",
27         year         = 2008,
28         note         = "ISBN 0-387-27960-1",
29         url          = "https://www.pfaffikus.de",
30
31 textVersion =
32 paste("Pfaff, B. (2008)",
33       "Analysis of Integrated and Cointegrated Time Series with R.",
34       "Second Edition. Springer, New York. ISBN 0-387-27960-1")
35
36)
37
38