Skip to content
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

Analog to coef() for mixed effects models #484

Open
bwiernik opened this issue May 7, 2021 · 4 comments
Open

Analog to coef() for mixed effects models #484

bwiernik opened this issue May 7, 2021 · 4 comments
Labels
Feature idea 🔥 New feature or request

Comments

@bwiernik
Copy link
Contributor

bwiernik commented May 7, 2021

It would be nice to have an analog to coef() for mixed effects models. This returns fixef() + ranef() for each random parameter. Modeling packages vary in whether SEs and intervals are provided for these results (e.g., brms does, glmmTMB hopes to, lme4 won't).

@strengejacke
Copy link
Member

We could return those probably using the effects and component arguments, what would you suggest?

@bwiernik
Copy link
Contributor Author

bwiernik commented May 7, 2021

I think effects = "group_specific" would be good.

@DominiqueMakowski
Copy link
Member

"group_level" ?

@bwiernik
Copy link
Contributor Author

bwiernik commented May 8, 2021

"Level" usually means the specific levels of the group factor though, and there's some confusion with the group_level argument. See also this response https://twitter.com/smartin2018/status/1390738366056960003?s=21

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature idea 🔥 New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants