Greetings Experts,
I use stata version 15.0. I have longitudinal data that I am trying to fit some mixed models. My outcome is distance (facial distance), below shown as dist, and my independent is age. I also have ID and each participant is measured at 4 time points (repeated measures). I would like to confirm with experts here whether my commands, under different conditions, are correct (My main interest is on command #3 fitting random slope only assuming fixed intercept- though not a common scenario):
1. *Random intercept unconditional model
mixed dist || ID:, var ml
2. *Random intercept only
mixed dist age || ID:, var ml
3. *Random slope only
mixed dist age ||age:, var ml
4. *Both Random intercept & random slope
mixed dist age || ID:age, var ml
Your comments will be greatly appreciated.
Owen
Related Posts with Fitting Random Slope in Mixed Models
Getting around the time limit imposed by the serverDear all, Hope everyone is staying well in this difficult time. I am bootstrapping standard errors…
viewing long text-based responses in column windowIn my stata database i have some text-based survey responses that are too long to be viewed in the c…
Simultaneous Quantile Regression with PweightsDoes anyone know how to run a simultaneous quantile regression with pweights? I am trying to test wh…
Oaxaca Package r(602) errorI am having an issue with using the 'oaxaca' package in STATA. I have managed to use this package in…
Agreement between many raters with many different subjects against gold standard raterHi All, Any tips on how to analyze level of agreement when 1) many raters, let's say students that w…
Subscribe to:
Post Comments (Atom)
0 Response to Fitting Random Slope in Mixed Models
Post a Comment