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 rid of TableRegressionModel #52

Open
nalimilan opened this issue Sep 11, 2022 · 0 comments
Open

Get rid of TableRegressionModel #52

nalimilan opened this issue Sep 11, 2022 · 0 comments

Comments

@nalimilan
Copy link
Contributor

nalimilan commented Sep 11, 2022

I just wanted to let you now that we're going to stop using TableRegressionModel in GLM.jl (JuliaStats/GLM.jl#339) as it's really not convenient for users to have that wrapper instead of just working with LinearModel and GeneralizedLinearModel. TableRegressionModel will probably be deprecated soon in StatsModels.

To work with the new GLM.jl version you'll simply have to replace uses of TableRegressionModel with LinearModel and GeneralizedLinearModel. EDIT: to access the formula of a model, just call StatsModels.formula on it

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

No branches or pull requests

1 participant