Skip to content
Prev 219032 / 398500 Next

Interaction terms in logistic regression using glm

see comments below.
On Wed, Apr 28, 2010 at 4:29 PM, Andrew Miles <rstuff.miles at gmail.com> wrote:
No.

 ?If not, is there a function somewhere that allows for
The estimation you get from glm is correct. The discussion in the
paper you referred
is about how to interpret the estimation results! A google search on
the referred paper
(you did'nt give the title), show up various later papers referring to
it, and not supporting their
conclusions.

Linear (and non-linear) model books badly needs chapters with titles
such as "post-estimation analysis". glm does the estimation for you.
It cannot do the analysis for you!

Probably you are looking for something such as CRAN package "effects".

Kjetil