-
Notifications
You must be signed in to change notification settings - Fork 110
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Calling var(x) on a factor x is defunct when using mice pool function #433
Comments
I'd suggest looking at the mice vignettes for the proper workflow. You don't seem to be pooling a model. |
You're right, @gerkovink , however I suggest |
@jay-sf that's a good point. Wouldn't have guessed this user behaviour for |
Ah, never saw this error before. The error message is best implemented in |
Agreed. Will do. |
|
I'm using mice and trying to pool the multiple imputations.
On the call to "pool" above, I get the error:
Calling var(x) on a factor x is defunct. Use something like 'all(duplicated(x)[-1L])' to test for a constant vector. Calls: ... tibble -> tibble_quos -> eval_tidy -> vapply -> FUN -> var
The text was updated successfully, but these errors were encountered: