Hi,
Was wondering does anybody know how to plot the event study using the Wooldridge DiD estimator? I ran the following code:
jwdid cv_hr_wage median_income_2003 med_in_sq emp white_alone i.region, tvar(year) gvar(first_treat) never cluster(state_year) fevar(statefip ind1990)
estat event
I know you can plot them using jwdid plot. However I'm using this estimator as a robustness check to the Callaway and Sant,Anna (2021) estimator and the code I used to plot those coefficients was:
coefplot csdid, vertical yline(0) ciopts(recast(rcap)) xlabel(,angle(45)) ytitle("Estimate and 95% Conf. Int.") keep(Tm4 Tm3 Tm2 Tm1 Tp0 Tp1 Tp2 Tp3 Tp4 Tp5 Tp6 Tp7 Tp8 )
There doesn't seem to be a way to use the coefplot command on the jwdid - or at least it seems to include the coeficents from the ATT's - of which there are hundreds; and ultimately not the ones I want to plot.
Be great if somebody knows how to do this.
Thanks,
Conor.
Was wondering does anybody know how to plot the event study using the Wooldridge DiD estimator? I ran the following code:
jwdid cv_hr_wage median_income_2003 med_in_sq emp white_alone i.region, tvar(year) gvar(first_treat) never cluster(state_year) fevar(statefip ind1990)
estat event
I know you can plot them using jwdid plot. However I'm using this estimator as a robustness check to the Callaway and Sant,Anna (2021) estimator and the code I used to plot those coefficients was:
coefplot csdid, vertical yline(0) ciopts(recast(rcap)) xlabel(,angle(45)) ytitle("Estimate and 95% Conf. Int.") keep(Tm4 Tm3 Tm2 Tm1 Tp0 Tp1 Tp2 Tp3 Tp4 Tp5 Tp6 Tp7 Tp8 )
There doesn't seem to be a way to use the coefplot command on the jwdid - or at least it seems to include the coeficents from the ATT's - of which there are hundreds; and ultimately not the ones I want to plot.
Be great if somebody knows how to do this.
Thanks,
Conor.
