Hi all:
This is my first post. I'm an old time SAS user converting to stata. I want to compare coefficients between two models using data with multiple imputations. I'm using areg because I am using state (fips) fixed effects. Here is the code. Achievemath and seshsp are continuous variables
mi estimate: areg achievemath seshsp if newdestination==1, absorb(fips)
est store ndach
mi estimate: areg achievemath seshsp if newdestination==0, absorb(fips)
est store odach
suest ndach odach
I get this error message:
impossible to retrieve e(b) and e(V) in ndach
r(198);
end of do-file
I can't find anything about that message on line. Unfortunately, I cannot produce the results I get from the separate models using regress and lots of interactions.
Any solutions?
Related Posts with suest with multiple imputations
issues with nested logitDear forum, I'm an economics PhD student playing around with the new Discrete Choice features in St…
Marking correlation coefficients on pwcorrHi, Using a dataset with many correlated variables, I'm interested in seeing if any of the pairwise …
How to select the best functional form for a gravity model using panel data with non-stationary observationsI am trying to measure the impact of Geographical Indications in international trade with a gravity …
Difference in differences and the bi-directional modelDear researchers, I have two questions, please. I have unbalanced panel data for a set of firms. I…
merging datasets only if two variables matchHi all, I need to merge two datasets, but only if two variables from both dataset match. First data…
Subscribe to:
Post Comments (Atom)
0 Response to suest with multiple imputations
Post a Comment