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 noticed tidypredict_fit is fine with multiple interactions in formulas, but for some reason gives errors for : in isolated x:y interactions of models that have dropped terms.
Here is a reprex using a fully specified interaction formula on mtcars, stepped down with stats::step. tidypredict_fit is fine withthe full model, which includes : terms, but errors on the stepped down model for some reason.
I noticed
tidypredict_fit
is fine with multiple interactions in formulas, but for some reason gives errors for:
in isolated x:y interactions of models that have dropped terms.Here is a reprex using a fully specified interaction formula on
mtcars
, stepped down with stats::step.tidypredict_fit
is fine withthe full model, which includes:
terms, but errors on the stepped down model for some reason.Thanks!
Created on 2020-06-18 by the reprex package (v0.3.0)
The text was updated successfully, but these errors were encountered: