Skip to content
Prev 139657 / 398506 Next

Std errors in glm models w/ and w/o intercept

Prof Brian Ripley <ripley at stats.ox.ac.uk> wrote in
news:alpine.LFD.1.00.0803170624220.5706 at gannet.stats.ox.ac.uk:
Thank you for your interest in my question, Prof Ripley. I did 
understand that the intercept coeff was the log(ratio) of the base 
group to the offset and that exp(coeff$intercept)) can be interpreted 
as a mortality ratio. Also, that the coefficients in the first model 
were log ratios of effect(BMI) to coefficient(BMI-reference), so that 
exp(coeff$level+coeff$intercept) would be a level's ratio relative to 
the "expected". My concern was with the markedly lower std errors 
around the "other" level coefficients when the intercept was removed. 
My preference would be to use the non-intercept model.
MASS.2ed.ch6, "Linear Statistical Models", says that the lm() models 
with and without intercepts have different contrast matrices and 
discusses interpretation of coefficients. If I to consult a later 
edition, will I find a discussion of the impact of those differences on 
the std errors of the coefficients?
snipped model output ...appended SE(coeff)'s to factor counts
To my eye, the SE's in the no-intercept model make much more sense as 
far as their relationship to the sum of counts.  I also have a related 
concern that I may have in the past been using less efficient 
inferential methods when analyzing models with external standards by 
accepting the default intercept.