Dear Stata experts,
I study the impact of different variables on children's growth with a mixed model.
I put the time (age) in quadratic form.
I don't know where I am supposed to put the Age², in the fixed effects or random effects?
I did that before but I'm not sure:
xtmixed outcome var1 var2 var3 var4 var5 agej agej2 || patient_id: agej, cov(uns) reml
I thank you in advance for your help,
Rémy
I study the impact of different variables on children's growth with a mixed model.
I put the time (age) in quadratic form.
I don't know where I am supposed to put the Age², in the fixed effects or random effects?
I did that before but I'm not sure:
xtmixed outcome var1 var2 var3 var4 var5 agej agej2 || patient_id: agej, cov(uns) reml
I thank you in advance for your help,
Rémy
Comment