py-econometrics / pyfixest

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

Alpha (confidence interval) not used in plotting functions #400

Closed juanitorduz closed 3 months ago

juanitorduz commented 5 months ago

The alpha parameter in the plotting functions iplot and coefplot is not used

https://github.com/s3alfisc/pyfixest/blob/af27baf87f8b2d78f17c11e55be43cb07a480c34/pyfixest/report/visualize.py#L241

See https://github.com/s3alfisc/pyfixest/pull/395#issuecomment-2080184678 for an idea on how to fix this.

rafimikail commented 3 months ago

Hi @s3alfisc , i would like to work on this!

s3alfisc commented 3 months ago

Awesome, I've assigned this to you @rafimikail! =)

s3alfisc commented 3 months ago

Hi @rafimikail, very nice talking to you earlier! As discussed, here's one way to tackle the issue:

And that's it! =)

rafimikail commented 3 months ago

Hi @s3alfisc , Thanks for wrapping it up, i will give a try!