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

pars option for fixef, ranef, and coef? #520

Closed
peterphalen opened this issue Sep 14, 2018 · 1 comment
Closed

pars option for fixef, ranef, and coef? #520

peterphalen opened this issue Sep 14, 2018 · 1 comment
Labels
Milestone

Comments

@peterphalen
Copy link

Hello!

I'm trying to run calculations on the posterior samples of the random effects of a large varying-slope / varying-intercept model. For bureaucratic reasons I'm currently forced to use brms on a government computer that has limited RAM and freezes up when it has to manipulate matrices that are too large. So, calling coef(summary=FALSE) on the full model is not practical, but I think the machine could handle coef(summary=FALSE, pars="smaller_set_of_coefficients").

Would it be possible/easy to add a pars option to the fixef(), ranef(), and coef() functions?

Thank you so much!
Peter

@paul-buerkner paul-buerkner added this to the brms 2.4.0++ milestone Sep 14, 2018
@paul-buerkner
Copy link
Owner

I like this idea. In the new github version of brms, you can now select coefficients via pars.

paul-buerkner added a commit that referenced this issue Sep 14, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants