I am trying to estimate a longitudinal model using the mixed command. I would like to get estimates by year, but so far I have only been able to get that information by using the residual structure.
mixed DV time || SUBJECT:, residuals(independent, by(time))
Using the above command, I cannot get the ICC. I get the following warning:
estat icc not allowed after random-effects models with residual structures other than the
default independent structure
How can I get estimates by year and ICC using the independent structure?
mixed DV time || SUBJECT:, residuals(independent, by(time))
Using the above command, I cannot get the ICC. I get the following warning:
estat icc not allowed after random-effects models with residual structures other than the
default independent structure
How can I get estimates by year and ICC using the independent structure?
Comment