Skip to content
Prev 16268 / 20628 Next

Longitudinal logistic regression with continuous-time first-order autocorrelation structure

Hi Dennis,

Another way to go would be to include a random intercept and a random 
time effect (both over persons) in the logit, much like is done in 
linear models. This creates correlation between logit values across 
successive time-points. This is e.g. explained in Snijders and Bosker's 
book  and in Singer and Willett. You can make the model increasingly 
more flexible (in terms of the correlation structure over time) by not 
only including a linear random time effect but also a quadratic, cubic 
etc. time-effect. This is a different approach than letting the error 
terms "e" correlate over time. But it serves the same end: correlation 
over time.

I think there's nothing wrong with this "multilevel growth model" 
approach for a glm, but anyone please correct me if  I'm wrong. Anyway, 
it can be carried with most multilevel or random effects software 
packages, like glmer in R.

Best regards, Ben.
On 27/02/2018 07:22, Dennis Ruenger wrote: