-
Notifications
You must be signed in to change notification settings - Fork 12
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
Add butcher support for multilevelmod / lme4 #198
Comments
Hi @bshor ! I think you don't see any changes because butcher does not have methods for models from lme4: The documentation for butcher says
and your model is a not listed there, neither did I see anything in the butcher repo. @DavisVaughan is that in scope for butcher? |
Yes I think so! |
Thanks! I had thought by using multilevelmod it would somehow automatically add lmer to the list. I may have to do it manually (never having done it before!). |
I would be willing to help with this but would have to familiarize myself with the package - would need to do some careful tests to know which components could be removed with what loss of functionality. |
That would be super helpful @bbolker! 🙌 This package has a vignette on how to add a new model, and I feel like the tests for GAMs are a pretty good example to look at. |
I am trying to use the butcher package to cut down on the size of fitted objects, in my case fits using lme4::lmer. That led me to parsnip, then here!
I would have thought this would work, but it doesn't.
Checking the size of the fits:
What am I missing?
The text was updated successfully, but these errors were encountered: