bquistorff / synth_runner

A tool to run a pool of synthetic controls, conduct inference, and produce visualizations.
42 stars 27 forks source link

Graph Confidence Intervals #7

Open bquistorff opened 7 years ago

bquistorff commented 7 years ago

Provide mechanism to graph confidence intervals. Have option to put around counterfactual or around real (depending on how treatment is thought of).

jward28 commented 6 years ago

Question about synth_runner's generated CIs: Are these from one-sided pvalues? (i.e. Pr(alphahat^PL_it>=alphahat_it) in your paper at http://econweb.umd.edu/~galiani/files/synth_runner.pdf? For some results they looked quite symmetric, but I just got a set where the LB is highly skewed relative to the UB.

Thanks for the reply and for the nice package.

bquistorff commented 5 years ago

They're two-sided p-values.

dvmasterov commented 5 years ago

I would love to see this enhancement.