Skip to content
Prev 5148 / 20628 Next

plotting residuals vs. fitted values by group

On 11-01-18 01:16 PM, Rachel Cohen wrote:
I believe your problem is that this way of plotting the results will
only work if you include the data frame from which the variables are
taken as the data= argument in your lmer call, instead of having them
lying around in the global workspace.  Give that a try.
   (Reproducible examples are always appreciated ...)

  Ben Bolker