File: CITATION

package info (click to toggle)
sandwich 2.2-9-1
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 1,064 kB
  • sloc: makefile: 1
file content (36 lines) | stat: -rw-r--r-- 1,445 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
citHeader("To cite sandwich in publications use:")

citEntry(entry="Article",
         title = "Econometric Computing with HC and HAC Covariance Matrix Estimators",
         author = personList(as.person("Achim Zeileis")),
         journal      = "Journal of Statistical Software",
         year         = "2004",
	 volume       = "11",
	 number       = "10",
	 pages        = "1--17",
         url          = "http://www.jstatsoft.org/v11/i10/",
         
         textVersion = 
         paste("Achim Zeileis (2004).", 
               "Econometric Computing with HC and HAC Covariance Matrix Estimators.",
               "Journal of Statistical Software 11(10), 1-17.",
	       "URL http://www.jstatsoft.org/v11/i10/.")
)

citEntry(entry        = "Article",
         title        = "Object-oriented Computation of Sandwich Estimators",
         author       = "Achim Zeileis", 
         journal      = "Journal of Statistical Software",
         year         = "2006",
	 volume       = "16",
	 number       = "9",
	 pages        = "1--16",
         url          = "http://www.jstatsoft.org/v16/i09/.",
         
         textVersion = 
         paste("Achim Zeileis (2006).", 
               "Object-oriented Computation of Sandwich Estimators.",
               "Journal of Statistical Software 16(9), 1-16.",
	       "URL http://www.jstatsoft.org/v16/i09/."),
         header = "If sandwich is applied to models other than lm() also cite:"
)