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 TableRegressionModel will probably be deprecated soon in StatsModels. One of the only two other packages that still used it was GLM.jl, which is about to stop (JuliaStats/GLM.jl#339) as it's really not convenient for users to have that wrapper instead of just working with LinearModel and GeneralizedLinearModel. You might want to use the same approach as in that PR to store the formula directly in your QRegModel objects.
The text was updated successfully, but these errors were encountered:
I just wanted to let you now that
TableRegressionModel
will probably be deprecated soon in StatsModels. One of the only two other packages that still used it was GLM.jl, which is about to stop (JuliaStats/GLM.jl#339) as it's really not convenient for users to have that wrapper instead of just working withLinearModel
andGeneralizedLinearModel
. You might want to use the same approach as in that PR to store the formula directly in yourQRegModel
objects.The text was updated successfully, but these errors were encountered: