I am having problems getting the fitted values from a linear mixed model (lmer()
). Normally I would use fitted()
but I am getting this error:
Error: $ operator not defined for this S4 class
Is there another way to get the fitted values, or can anyone explain my why I am getting that error?
I am using R version 3.0.1.
Hope someone can help.