ChristopherLucas / MatchingFrontier

Optimal pruning for imbalance minimization in causal inference
18 stars 8 forks source link

use CIs in frontierEst() rather than SEs #3

Closed nielsenrich closed 10 years ago

nielsenrich commented 10 years ago

The current implementation of frontierEst() collects the SE from the regression and works with it. But this doesn't allow for custom estCalls that only generate CIs but not SEs (like Clarify-style sims). We should change this.