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)?
MI estimateI am having some issue in estimating MI estimate. I want to use order probit for my estimation. kind…
Macros & loops, Putexcel and crashDear statalist, I am working on a survey data from a small group of people (n=281). Among this grou…
model recommendationdear statlist, I do appreciate your help all the time! I do regress with 'Heckman gravity model' …
CFA resulted "Warning: convergence not achieved" inHi there, I have trouble in conducting a simple confirmatory factor analysis using SEM function in …
Effect of violation of the parallel slopes assumption on estimated probabilities in a xtologitHello, I am estimating a ordered response panel model as a predictive analysis. Since a critical as…
Subscribe to:
Post Comments (Atom)
0 Response to Does CSDID store weight (dripw)?
Post a Comment