You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 withLinearModel
andGeneralizedLinearModel
.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
withLinearModel
andGeneralizedLinearModel
.The text was updated successfully, but these errors were encountered: