You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: