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

Access parameter nAGQ of glmer #98

Open
Gattocrucco opened this issue Jan 31, 2022 · 3 comments
Open

Access parameter nAGQ of glmer #98

Gattocrucco opened this issue Jan 31, 2022 · 3 comments

Comments

@Gattocrucco
Copy link

I need to set the parameter nAGQ of glmer. It sets the number of points used to estimate the integral giving the likelihood. I think I will manage to do it manually, but it would be nice to have a parameter in Lmer.fit.

@ejolly
Copy link
Owner

ejolly commented Jan 31, 2022

Thanks I can look into adding this in the future

@ejolly
Copy link
Owner

ejolly commented Jan 31, 2022

@Gattocrucco
Copy link
Author

Gattocrucco commented Feb 2, 2022

I modified Lmer.fit to pass **kwargs to lmer.glmer. It works since nAGQ is just an integer.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants