py-econometrics / pyfixest

Fast High-Dimensional Fixed Effects Regression in Python following fixest-syntax
https://py-econometrics.github.io/pyfixest/pyfixest.html
MIT License
117 stars 27 forks source link

Support for Simultaneous CIs in `coefplot()` and `iplot()` #488

Open s3alfisc opened 3 weeks ago

s3alfisc commented 3 weeks ago

Context

The confint() method allows for simultaneous confidence intervals via a multiplier bootstrap when setting joint = True. It would be nice to be able to be able to plot simultaneous confidence intervals.

To Do