Hi all -
I am applying the command from Emsley, Lunt, Pickle and Dunn (The State Journal 2018 https://journals.sagepub.com/doi/pdf...867X0800800302). "dr" command seems to work fine but the issue is independent variables, sample size as well as R-squared are not tabulated, only the "exposure" or the variable of interest/indicator is shown in the output. However, there are published papers (across all disciplines) that use this method show the complete set of results. So I wonder if I miss something or Stata per se is unable to display them. See the below example:
Only a is presented no matter which model is used.
Model 1: dr y a
Doubly Robust Estimate of the effect of a on y
Using sandwich estimator of SE
------------------------------------------------------------------------------
| Coef. Std. Err. z P>|z| [95% Conf. Interval]
-------------+----------------------------------------------------------------
a | .3269012 .0862426 3.79 0.000 .1578689 .4959335
------------------------------------------------------------------------------
Model 2: dr y a ybase
Doubly Robust Estimate of the effect of a on y
Using sandwich estimator of SE
------------------------------------------------------------------------------
| Coef. Std. Err. z P>|z| [95% Conf. Interval]
-------------+----------------------------------------------------------------
a | .3002054 .0785934 3.82 0.000 .1461652 .4542455
------------------------------------------------------------------------------
Model 3: dr y a ybase x
Doubly Robust Estimate of the effect of a on y
Using sandwich estimator of SE
------------------------------------------------------------------------------
| Coef. Std. Err. z P>|z| [95% Conf. Interval]
-------------+----------------------------------------------------------------
a | .4826762 .0885831 5.45 0.000 .3090566 .6562958
------------------------------------------------------------------------------
Model 4: dr y a, ovars(ybase x intxy ysqr intxy2) pvars(x ybase intxy)
Doubly Robust Estimate of the effect of a on y
Using sandwich estimator of SE
------------------------------------------------------------------------------
| Coef. Std. Err. z P>|z| [95% Conf. Interval]
-------------+----------------------------------------------------------------
a | .4243645 .0699094 6.07 0.000 .2873447 .5613843
------------------------------------------------------------------------------
Thanks much.
Related Posts with Double - robust regression estimator in Stata
Time invariant variables in fixed effects modelHi, I am currently doing an econometrics project (due in 6 days' time). When I run fixed effects re…
Adding a label to the last observation on a line chartI'm pretty sure I've seen this here before, but I can't seem to find the post. I'm interested in add…
Installing combineplot manuallyHello there, Grateful is someone could post on where I can locate the ado files for "combineplot". …
Error when producing graph using pbalchkHello, I am trying to use the user written command pbalchk to check balance after IPW. ely_dly is m…
How to use different instruments for different equations when implementing 3SLS estimation procedure for simultaneous equations?I am using reg3 command to estimate simultaneous equations, it looks the same instrumental variables…
Subscribe to:
Post Comments (Atom)
0 Response to Double - robust regression estimator in Stata
Post a Comment