citHeader("To cite vars in publications use:")

citFooter("For BibTex versions of citations use: toBibtex(citation('vars'))")

bibentry(bibtype = "Article",
  title        = "VAR, SVAR and SVEC Models: Implementation Within {R} Package {vars}",
  author       = c(as.person("Bernhard Pfaff")),
  journal      = "Journal of Statistical Software",
  year         = "2008",
  volume       = "27",
  number       = "4",
  url          = "https://www.jstatsoft.org/v27/i04/",

  textVersion  =
  paste("Bernhard Pfaff (2008).",
        "VAR, SVAR and SVEC Models: Implementation Within R Package vars.",
        "Journal of Statistical Software 27(4).",
        "URL https://www.jstatsoft.org/v27/i04/.")
) 

bibentry(bibtype = "Book",
         title = "Analysis of Integrated and Cointegrated Time Series with R",
         author = c(as.person("B. Pfaff")),
	 publisher = "Springer",
         edition = "Second",
         address      = "New York",
         year         = 2008,
         note         = "ISBN 0-387-27960-1",
         url          = "https://www.pfaffikus.de",
         
 textVersion = 
 paste("Pfaff, B. (2008)", 
       "Analysis of Integrated and Cointegrated Time Series with R.",
       "Second Edition. Springer, New York. ISBN 0-387-27960-1")

)

