I am using xtivreg for fixed effects regression. I want to compare coefficients for identical models, using two different subsets for the data. I'd like to use suest, but it looks like I can't do this with fixed effects models.
I found this tip by Mark Schaffer on how to transform a fixed effect model to one using regress (http://www.stata.com/statalist/archi.../msg00507.html). Then, one could use -suest- as usual. I did this, but I got the following error:
"score variables for model est1 contain missing values"
I use the simple example that he has on the link above, subsetting the data by those with years >1980 vs. those with year <1980. When I subsequently do "suest est1 est2", I get the error.
I've been searching this error message with stata, but I can't find any guidance on it.
There is another example of this here:
http://www.stata.com/statalist/archi.../msg00282.html
I found this tip by Mark Schaffer on how to transform a fixed effect model to one using regress (http://www.stata.com/statalist/archi.../msg00507.html). Then, one could use -suest- as usual. I did this, but I got the following error:
"score variables for model est1 contain missing values"
I use the simple example that he has on the link above, subsetting the data by those with years >1980 vs. those with year <1980. When I subsequently do "suest est1 est2", I get the error.
I've been searching this error message with stata, but I can't find any guidance on it.
There is another example of this here:
http://www.stata.com/statalist/archi.../msg00282.html
Comment