File: CITATION

package info (click to toggle)
lmtest 0.9.21-2
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 692 kB
  • ctags: 8
  • sloc: fortran: 91; sh: 23; makefile: 1
file content (19 lines) | stat: -rw-r--r-- 691 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
citHeader("To cite lmtest in publications use:")

citEntry(entry="Article",
         title = "Diagnostic Checking in Regression Relationships",
         author = personList(as.person("Achim Zeileis"), 
			     as.person("Torsten Hothorn")),
         journal      = "R News",
         year         = "2002",
	 volume       = "2",
	 number       = "3",
	 pages        = "7--10",
         url          = "http://CRAN.R-project.org/doc/Rnews/",
         
         textVersion = 
         paste("Achim Zeileis, Torsten Hothorn (2002).", 
               "Diagnostic Checking in Regression Relationships.",
               "R News 2(3), 7-10.",
	       "URL http://CRAN.R-project.org/doc/Rnews/")
)