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

Issue with grab_psiFUN and object of class lmerMod #49

Open
vanessamcnealis opened this issue Jul 6, 2022 · 1 comment
Open

Issue with grab_psiFUN and object of class lmerMod #49

vanessamcnealis opened this issue Jul 6, 2022 · 1 comment

Comments

@vanessamcnealis
Copy link

Hi,

There was an issue when I attempted to extract the psi function for an object of class lmerMod (ultimately a merMod object). I got the error:
Error in envRefInferField(x, what, getClass(class(x)), selfEnv) :
‘family’ is not a valid field or method name for reference class “lmerResp”

Since grab_psiFUN works with glmerMod objects, I tried fitting the LMM with glmer with argument family="gaussian", but as you may know, lme4 now forces the user to resort to lmer in that case.

Thanks for this awesome package!

@bsaul
Copy link
Owner

bsaul commented Jul 8, 2022

Thanks Vanessa. FWIW, I probably won't have time to address this anytime soon, but I would be happy to review merge requests.

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

No branches or pull requests

2 participants