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
Thanks for the report, definitely not an edge case I'd anticipated 😁 I think it's a pretty straightforward fix to add a check that d is non-empty in missing_omit(d) (and return it as-is if it is) if you'd like to make a PR!
I expected this to return a "empty" ModelMatrix (it is not really empty, as I wanted to get only the intercept via
modelmatrix(mf)
MWE
The following error is thrown.
The text was updated successfully, but these errors were encountered: