Hi!
I am working with data that have multilevel structure: repeated measures (2 time points), nested within 102 individuals (idtot), nested within 89 households (idhse), nested 12 villages (village). First, I'd like to run very simple models with "time" as my only predictor; I want to know if the dependant variable (kesspd6 in this case) changes between baseline and follow-up.
Here is my syntax: mixed kesspd6 time, || village:, covariance(identity) || idhse:, covariance(identity) || idtot:, covariance(identity)
I was told I should assess the heteroskedasticity, which I think means to plot the residuals against fitted values. Could anyone help me to do so?
Many thanks!
Karine
I am working with data that have multilevel structure: repeated measures (2 time points), nested within 102 individuals (idtot), nested within 89 households (idhse), nested 12 villages (village). First, I'd like to run very simple models with "time" as my only predictor; I want to know if the dependant variable (kesspd6 in this case) changes between baseline and follow-up.
Here is my syntax: mixed kesspd6 time, || village:, covariance(identity) || idhse:, covariance(identity) || idtot:, covariance(identity)
I was told I should assess the heteroskedasticity, which I think means to plot the residuals against fitted values. Could anyone help me to do so?
Many thanks!
Karine
Comment