Dear lmer group,
I have been fitting a very simple mixed logistic regression with lmer
The outcome is educational impairment (edu.cat: 0,1) in students and the
predictors are age and a base-line mental health measure (mh.s). I used a
random intercept model, as none of my predictors, apart from age, is
time-varying. From cross-sectional analysis I know that there is a
significant change in the effect of base-line mental health on educational
impairment across time, and this effect is included as a fixed-effect
interaction term.
I wrote a little function to extract the OR for the mental health measure
(increase in 1 point) given different ages of the student. I derived the SE
of this OR as pooled SE using the SEs for the fixed effects "age" and "age
: mental health" interaction, as well as their covariance. I am not sure
however if this is too simple to obtain this SE, or if I need to do
simulations (e.g. in WinBugs, unless someone knows a sneaky way to
incorporate these combined ORs variables into the mcmcsampler within lmer)
to obtain more accurate estimates. I would be very grateful for any
comments and suggestions.
Kind regards,
Beate
This is the model with age centered at the mean (22.4 years):