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
How to get controls selected for the variables of interest using lasso for inferenceI run a lasso for inference model using double selection: dsregress depvar i.variable_of_interest1 …
How to find value for upper adjacent value in boxplot?I would like to know the value of the upper adjacent value in a boxplot I have, so that I can exclud…
The problem about birthweightHi, I think I need your help. I have a dataset with more than 100 000 newborns, need to figure out …
pairwise combination.Dear All, I find this question here (https://bbs.pinggu.org/thread-7317333-1-1.html). Suppose that t…
how can I create all pairwise combination of many variables?Dear all, I have this data code: clear input str6(var1 var2 var3 var4 var5) "A01B1" "A01C05" "A01…
Subscribe to:
Post Comments (Atom)
0 Response to suest with multiple imputations
Post a Comment