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
The model implementations would be more robust if they make use of model.frame() instead of the full dataset returned by model.data(). Here, model.frame() should output the columns needed by the respective model, even if the model was specified without a formula.
The model implementations would be more robust if they make use of
model.frame()
instead of the full dataset returned bymodel.data()
. Here,model.frame()
should output the columns needed by the respective model, even if the model was specified without a formula.See the ideas in #115
The text was updated successfully, but these errors were encountered: