Hi,
I am using Stata SE 13.1 with Windows to run a mixed model. From what I understand, there is no way to account for design effects by using svy with these types of models.
For example, here is the code:
mixed testscore i.IV1 IV2 i.IV1#c.IV2 CV, || LEV2ID,: mle
The model includes an interaction term between categorical and continuous IVs. Could anyone kindly suggest a way to adjust for design effects (psi, stratum, weight) since svy does not work with these types of models? Thanks for your help.
I am using Stata SE 13.1 with Windows to run a mixed model. From what I understand, there is no way to account for design effects by using svy with these types of models.
For example, here is the code:
mixed testscore i.IV1 IV2 i.IV1#c.IV2 CV, || LEV2ID,: mle
The model includes an interaction term between categorical and continuous IVs. Could anyone kindly suggest a way to adjust for design effects (psi, stratum, weight) since svy does not work with these types of models? Thanks for your help.
Comment