Regression Tables via maketables
#947
Replies: 1 comment
-
|
Hi @s3alfisc, Thanks for reaching out to us. First of all, congrats on the release! While I am not a frequent users of such tables, I do think many of our users would benefit from having them available for their Bambi models. If I understand it correctly, it would require us to define a class like the one in the link you shared and that would be pretty much it? (not saying it would be super quick, but realizing it wouldn't be tremendously hard either). I think it makes sense and it would be good to offer this to other users. However, I would do it by making Lines 24 to 41 in 6ff493d pip install bambi[maketables] and they would be ready to go and call some method to get their summaries.
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi @ the bambinos team,
We've just released
maketables, which we hope will be to Python whatmodelsummaryis to R. We currently support pyfixest, statsmodels and linearmodels. Do you think it would make sense to add support forBambi?Due to its modular design, it should be super straightforward to add support for
Bambi(as you can see in this example notebook here) Do you think it is worth adding support - would you users be interested in creating regression tables in html / word / latex?Best, Alex
Beta Was this translation helpful? Give feedback.
All reactions