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
Pairwise matching: first nearest neighbourHi, I'm new on Stata and I have some difficulties to realise a pairwise matching. Here is a simplifi…
estimation sample variesGood day, I get following error message Code: bys id: gen treatment=0 if (expectation==2 & f.…
Dropped year-dummies in panel regressionDear Statalisters, I have some issues understanding year-dummies being dropped in a fixed effects …
How to test if the mean of a sample is significantly different from zeroHi everyone, I have a sample of 166 bonds (i.e. n=166). I have broken these down into subsamples ba…
custom maximum likelihood estimators - best way to check for convergence?I've made a package to estimate a model by maximum likelihood. I'd like to store a result as e(conve…
Subscribe to:
Post Comments (Atom)
0 Response to suest with multiple imputations
Post a Comment