[go: up one dir, main page]

File: CITATION

package info (click to toggle)
urca 1.3-3-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 2,432 kB
  • sloc: fortran: 501; ansic: 15; makefile: 2
file content (19 lines) | stat: -rw-r--r-- 755 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
citHeader("To cite the urca package in publications use:")

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

citEntry(entry="Book",
         title = "Analysis of Integrated and Cointegrated Time Series with R",
         author = personList(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")
)