Hi everyone,
As we know that it's a tradition to show covariates balance before and after weighting.
I am using CSDID with dripw option to balance my treatment and control groups and I wanna show that dripw improves covariates balance. Does anyone know if CSDID stores weight? or if there are any other ways to show that dripw improves covariates balance?
Thank you so much,
Alex
For example, if we are using the CSDID example:
use https://friosavila.github.io/playing...rdid/mpdta.dta, clear
csdid lemp lpop , ivar(countyreal) time(year) gvar(first_treat) method(dripw)
tab first_treat
tab year
*here we generate treat and control groups to show balance for the 2004 treated group before weighting:
gen treat2004=1 if first_treat==2004
replace treat2004=0 if first_treat==0
ttest lpop if year<2004,by(treat2004)
*How do I show that the difference in lpop between treated and control groups improve after using dripw?
Related Posts with Does CSDID store weight (dripw)?
Graphing Coefficients From an LPMI'm using the following code to estimate an LPM and the effect of the treatment and interacted varia…
Convert tabs to spaces in results windowHello everyone, I have the habit of inserting tabs in my code to facilitate readability. Apparently,…
Coefplot colors across subgraphsHi, I would like to use coefplot to plot different regression results on the same graph. I would li…
I am looking for "Local_Authority_Districts_December_2016_Full_Clipped_Boundaries_in_Great_Britain.zip” file, Can you help?I want to study spatial measurement analysis with stata, but I cann't find the above sample data for…
New versions of xlink and ipwbreg on SSCThanks as always to Kit Baum, new versions of the xlink and ipwbreg packages are now available for d…
Subscribe to:
Post Comments (Atom)
0 Response to Does CSDID store weight (dripw)?
Post a Comment