-
Couldn't load subscription status.
- Fork 49
Closed
Description
Hi, great package, I just have a small suggestion for the documentation.
I was using MixedModels to fit a model with many levels and got the following error:
┌ Warning: Random effects grouping variables with many levels can cause out-of-memory errors. Try manually specifying `Grouping()` contrasts for those
variables.
It took me a while to figure out how to use Grouping() and contrasts, until I saw the example in the tests below. I think it would be worth having something like fit(MixedModel, @formula(y ~ 1 + (1 | grp)), d, contrasts=Dict(:grp => Grouping())) in the documentation for Grouping.
Happy to create a pull request if you think this is worthwhile.
Metadata
Metadata
Assignees
Labels
No labels