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
Regression over time, industry, company, country, timeHello, I would like to regress the following equation: DV_{i,c,j,t} = a_i+α_c+α_j+a_t+beta * (IV_i*…
Quantile Regression : LogicHi, I am working on a dataset where I am required to run quantile regressions. I want to understand …
-estout- returning "file could not be opened" error except for tex filesI'm running into a puzzling situation where I'm receiving the "file [XYZ] could not be opened" error…
What are .r values in a dataset? Can all values be replaced with 0?Hello, I have ".r" values in my dataset and I am unable to figure out why. Data comes from MSCI (KL…
Problem with selecting only one county per stateHey there, I am a bit new to Stata, so I hope my question will be clear enough. I am looking at the …
Subscribe to:
Post Comments (Atom)
0 Response to Double - robust regression estimator in Stata
Post a Comment