I am currently estimating dynamic treatment effects using the csdid command in Stata, specifically applying the dripw method along with covariates treated non-parametrically:
csdid renewable_share, ivar(country_id) time(year) gvar(treat_year) covariates(log_GDP_pc log_energy_pc HDD) notyet method(dripw) wboot
I’ve noticed that, in some cases, the confidence intervals obtained via wboot contain the value 0, even when the p-values suggest strong statistical significance. However, when I use vce(robust) instead of wboot, results are coherent.
What would you recommend??
Thank you!
csdid renewable_share, ivar(country_id) time(year) gvar(treat_year) covariates(log_GDP_pc log_energy_pc HDD) notyet method(dripw) wboot
I’ve noticed that, in some cases, the confidence intervals obtained via wboot contain the value 0, even when the p-values suggest strong statistical significance. However, when I use vce(robust) instead of wboot, results are coherent.
What would you recommend??
Thank you!
Comment