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)?
Problem with importing multiple excel files within a loop when the excel sheet names are not perfectly consistentDear Statalist, First-time poster, so please be kind. Background. I am currently building a panel …
t test in panel datahello there , I have an unbalanced panel data of banks comprising of 21 public,42 foreign and 21 pri…
Examine effect over timeI want to examine the effect of several xvar (gender, age, education) on the evaluation on partylead…
Cox proportional hazards model with time varying covariates where PH assumption was violated.Hi, "Follow_up" (between 1 and 24 months) is the time variable. "Status" (0=IN, 1=OUT) is the failu…
Difference in differencesDear All I need some help with Difference-in Differences. I have two groups of firms, SOE and DNSO…
Subscribe to:
Post Comments (Atom)
0 Response to Does CSDID store weight (dripw)?
Post a Comment