Skip to content

regression parms var-cov matrix

2 messages · John Fox, Brian Ripley

#
Dear David,

vcov(blah.lm) will do the trick.

John
At 06:51 PM 4/23/2003 -0400, Paul, David A wrote:
-----------------------------------------------------
John Fox
Department of Sociology
McMaster University
Hamilton, Ontario, Canada L8S 4M4
email: jfox at mcmaster.ca
phone: 905-525-9140x23604
web: www.socsci.mcmaster.ca/jfox
#
On Wed, 23 Apr 2003, John Fox wrote:

            
Well, it will do what David *said* blah.lm$R is, but in fact it is the
triangular decomposition of the model matrix which is part of the qr 
component in R.  So if David had been porting R code he would need to be
careful.