ChristopherLucas / MatchingFrontier

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

Loss of functions? #33

Closed austinj closed 5 years ago

austinj commented 5 years ago

It looks as though plotFrontier() and plotEstimates() have been removed from the package. Has this functionality been removed permanently?

ChristopherLucas commented 5 years ago

No, now you can just call plot() on the frontier and estimates object. E.G., see https://github.com/ChristopherLucas/MatchingFrontier/blob/master/R/plot.frontierEstimates.R.

The original functions are still in the package, just not in the namespace. They get directly called when you call plot() on the appropriate objects.

ChristopherLucas commented 5 years ago

This is a good reminder that the documentation needs to be updated. Thanks!

austinj commented 5 years ago

Thanks! I appreciate it.