drizopoulos / GLMMadaptive

GLMMs with adaptive Gaussian quadrature
https://drizopoulos.github.io/GLMMadaptive/
59 stars 14 forks source link

Adding "sandwich" argument to mixed_model #41

Closed blinthwaite closed 2 years ago

blinthwaite commented 2 years ago

Would it be possible to have the sandwich argument added directly to the mixed_model function, rather than as an additional argument in standard generic functions (summary, vcov, confint, etc.).

This would allow for compatibility with broom.mixed and integration into a tidy workflow.

Love the package, thanks in advance!

drizopoulos commented 2 years ago

Thanks for the suggestion. I will consider it for the next release.