Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Get variables from formula #93

Merged

Conversation

LamAdr
Copy link
Contributor

@LamAdr LamAdr commented Mar 3, 2024

This fixes #91 with the solution by @RoelVerbelen. I added .split('~')[1] to the formula before regexing because we don't want the left hand side of it.
It fixes this problem in test_analytic.

@vincentarelbundock vincentarelbundock merged commit 4c2d3aa into vincentarelbundock:main Mar 3, 2024
1 check passed
@vincentarelbundock
Copy link
Owner

Thanks a lot! merged and on pypi as 0.0.9

@LamAdr LamAdr deleted the variables_from_formula branch March 4, 2024 18:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

get_variables_names() in class ModelStatsmodels does not return all variables which causes errors
2 participants