[go: up one dir, main page]

File: CITATION

package info (click to toggle)
urca 1.3-0-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 2,428 kB
  • sloc: fortran: 501; makefile: 2
file content (19 lines) | stat: -rw-r--r-- 754 bytes parent folder | download | duplicates (5)
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          = "http://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")
)