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
division of two-column using if functionHello, I have this dataset, and I want to divide CLMS18/CLMS17 if NPI17 is the same as NPI18 and the…
Dates from Excel/CSV not correctly displaying in StataI imported several csv files with "birthdate" as one of the variables into Stata and then I appended…
Counting number of categories in a variable by groupDear all, Please take a look at the attached dummy dataset screenshot. How do I generate a variable…
Block bootstrapping panel: Unable to generate new variable using each bootstrap replicationtsset firm wave xtabond2 y L LL K LK Ly dum2 dum3 wood1 textile1 metal1 anystat anyfor capcity, gmm …
Limiting panel data regression to groups with at least 10 consecutive observationDear all, The following is my sample data. Could you please help how I can run panel data regressio…
Subscribe to:
Post Comments (Atom)
0 Response to suest with multiple imputations
Post a Comment