Hi Everybody,
I normally use xtmixed in Stata to test hierarchical linear models (e.g. performance of students nested in schools).
Now it's the first time I need to test a longitudinal model where I have 3 waves of repeated measures. My measured variables refer to students' characteristics (i.e. sex, performance in each wave, hours of study in each wave, etc..) . I'd like to build a model where the first level is repeated time measures and the second level is each student. I have two problems:
Thanks a lot for your help!
I normally use xtmixed in Stata to test hierarchical linear models (e.g. performance of students nested in schools).
Now it's the first time I need to test a longitudinal model where I have 3 waves of repeated measures. My measured variables refer to students' characteristics (i.e. sex, performance in each wave, hours of study in each wave, etc..) . I'd like to build a model where the first level is repeated time measures and the second level is each student. I have two problems:
- Not every students participated to all the three waves;
- The three waves are not equally spaced in time (i.e second one is 1 year after the first one and the third one is 6 months after the second one).
- having not equally spaced waves is a problem? Do I need to specify it in some way in Stata?
- how do I handle missing data? Can I just put 2 observations for one student (who missed the second wave) and 3 for another (who did not miss any wave)?
- Can I build a model like this? xtmixed performance sex studyhours || StudentID:, var ml Or do I need to include a variable taking into account the time?
Thanks a lot for your help!

about missing data is that I have complete data for each student (all variables are measured), but for some students I have just one or two measures per each variable (at different times), for some other students I have all the three measures. If I did not missunderstood what Clyde said, that should be fine. Am I right?
Comment