Greetings,
I am using the psacalc (Oster, 2017) command to estimate delta (the ration of selection on unobservable over selection on observables) after I run a regression, for a specific value of beta.
Here is the setting:
I first run the regression without controls, and get a beta of -0.5. When I run it with controls, I get a beta of -0.39, which indicates that the selection on observables brings the estimate closer to zero.
Now, I know from an instrumental variable regression, that the actual value of my beta is negative, let's say -2.5. Given that once I correct for the selection on unobservables using IV I get a much smaller value, I would expect the delta related to a beta of -2.5 to be negative, indicating that selection on observables and unobservables move the beta in different ways. Instead, I get a positive delta of around 1.87.
The command I run is the following:
psacalc delta uni, rmax(0.7) beta(-2.5)
and this is the output.
-------------+----------------------------------------------------------------
delta | 1.87526
-------------+----------------------------------------------------------------
---- Inputs from Regressions ----
| Coeff. R-Squared
-------------+----------------------------------------------------------------
Uncontrolled | -0.52430 0.002
Controlled | -0.39779 0.111
-------------+----------------------------------------------------------------
---- Other Inputs ----
-------------+----------------------------------------------------------------
R_max | 0.700
Beta | -2.500000
Unr. Controls|
-------------+----------------------------------------------------------------
Such a value for delta is puzling me, as from the way delta is defined it should be negative instead of positive.
Has anyone got any suggestion on what might be happening?
Best regards,
Gabriele
Related Posts with psacalc strange delta estimate
Cross-classified multi-level structure with longitudinal dataHi everyone, I'm using Stata version 15.1. I am trying to get the right syntax for a model. I tried…
Kaplan-Meier survival: reporting the number of patients at riskThe sts graph command comes with a handy risktable option that reports the number of patients at ris…
value labelsHello everyone! Is there a way to merge value labels from a cvs file into a dataset in stata? the r…
adding regional fixed effect to system GMMHello, I'm estimating a dynamic panel model using GMM system xtabond2. I've a general question. I mi…
Rotating a catplot (-> so it becomes more like a histogram) and wrap multiple n oneI would like to rotate my catplot graph so it looks more like a histogram. Is this possible? And the…
Subscribe to:
Post Comments (Atom)
0 Response to psacalc strange delta estimate
Post a Comment