-
Notifications
You must be signed in to change notification settings - Fork 107
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
Error: No tidy methods for objects of class glmerMod #274
Comments
My suspicion is that at somepoint in the change from Quick fix: install Longterm: @stefvanbuuren @gerkovink could this be fixed with a conditional loading of |
Technically, this issue is not related to @tomdrake Please be aware that Ben Bolker's |
For someone unfamiliar with how CRAN exactly works, is there a reason why a fix that was introduced in 3.9 hasn't made it into the CRAN version of 3.11 (as per #244) or did you choose not to add by default (as #245 might suggest). If the latter, does it make sense to document that somewhere in pool or capture that warning and suggest the fix as part of the warning? |
Thanks for replies. I'm aware the fork is outdated, but it'd be good if mice loaded in the required packages if library(broom.mixed) is the issue |
I am not sure if I agree. The issue is not with I firmly believe that development of such methods should not be our job if we don't know these analysis methods and the implications of their assumptions for drawing valid inferences by heart. I am certainly not a fan of forcing |
I would propose to close this issue as it is not an issue with the code of @stefvanbuuren leaving this issue open for now because of @prockenschaub's questions:
I've given my $0.02 in the comment above |
Issue #244 solved a problem with I have put Automatic loading when the user fits a mixed model will put an extra task on my shoulders to keep track of changes of |
When pooling glmer objects using mice 3.11, R produces an error:
Error: No tidy methods for objects of class glmerMod
Has been working in previous versions and just installed this fork of version 2.23:
devtools::install_github("bbolker/mice")
That works perfectly.
Reprex:
The text was updated successfully, but these errors were encountered: