ebenmichael / augsynth

Augmented Synthetic Control Method
MIT License
148 stars 52 forks source link

Standard Errors #94

Open anzonyquispe opened 1 year ago

anzonyquispe commented 1 year ago

I am plotting the Average level of the output summary of multisynth. The SE need to be corrected. We should use the point estimate and Std error to generate it, right?

ppool_syn <- multisynth(per_treecover ~ post_ror_data_entry, vill_id, year, df2, time_cohort = TRUE, n_leads = 9 ) ppool_syn_time_summ <- summary(ppool_syn)

image

My question is about t = -18, because the lower and upper bounds are not equidistance of the point estimation.