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/")
)
