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
Dummy variablesPlease I'm very new to using stata, and I want to create dummy variable for values of 0-1 in equal h…
Bootstrapping standard errors for two-stage program combining cross-sectional and panel dataI have two samples from different populations from which I am conducting a two-stage estimation proc…
Regreesion slope coeafficintHello, I am working on accounting and financial data. And I need to translate the following equatio…
Keeping top 100 observations in a variableDear STATA users, I wanted to keep the top 100 observations in the lPCINC (log per capita income) v…
stpm2cr - Problems plotting CIF difference, cause-specific hazard function and sub distribution hazard functionsHi all, I continue to work with stpm2cr to model cumulative incidence for my study (Mozumder et al,…
Subscribe to:
Post Comments (Atom)
0 Response to suest with multiple imputations
Post a Comment