Dear All,
I am trying to estimate Oster 2019 selection of observables.
I am using
reg ln_tot_conf arm_share Votes_Pc $geo subregion_fe_* if insamp ==1, cluster(adm1_en)
local rmax = 1.3*`e(r2)'
di `rmax'
psacalc delta arm_share, mcontrol(subregion_fe_1- subregion_fe_20) rmax(`rmax') beta(0)
The command works, I am just wondering if I a doing everything right as it should be
My goal is to: For the restricted model we use a specification without any controls except subregion fixed effects. We first consider our baseline specification as the fully controlled model .
=> As in my code I am wondering if I am doing correctly what I described above as I am not sure with the mcontrol.
I am unsure about: I’m unsure about mcontrol(). Since psacalc uses the last regression as Controlled, and Uncontrolled =Is the uncontrolled the Controlled minus mcontrol(), Should then mcontrol() list the variables that are in Full but not in Restricted — i.e., $geo Votes_Pc — not the FE?
I am trying to estimate Oster 2019 selection of observables.
I am using
reg ln_tot_conf arm_share Votes_Pc $geo subregion_fe_* if insamp ==1, cluster(adm1_en)
local rmax = 1.3*`e(r2)'
di `rmax'
psacalc delta arm_share, mcontrol(subregion_fe_1- subregion_fe_20) rmax(`rmax') beta(0)
The command works, I am just wondering if I a doing everything right as it should be
My goal is to: For the restricted model we use a specification without any controls except subregion fixed effects. We first consider our baseline specification as the fully controlled model .
=> As in my code I am wondering if I am doing correctly what I described above as I am not sure with the mcontrol.
I am unsure about: I’m unsure about mcontrol(). Since psacalc uses the last regression as Controlled, and Uncontrolled =Is the uncontrolled the Controlled minus mcontrol(), Should then mcontrol() list the variables that are in Full but not in Restricted — i.e., $geo Votes_Pc — not the FE?

Comment