Skip to content
Prev 43123 / 398506 Next

lm function

If the model is called "mymodel", you could do

   summary(mymodel)$coefficients[,2]

or

   sqrt(diag(vcov(mymodel)))

This gives the estimated standard errors of the coefficients, which I 
think is what you wanted.

David
On Thursday, Jan 22, 2004, at 20:35 Europe/London, jenny smith wrote: