Tagged Questions
3
votes
2answers
159 views
Troublesome residual plot from linear mixed model
I have fitted the following linear mixed model based on the results of an economic game:
lmer(TotalScore~perOOgivenP+Game+(1|Subject),REML=T,data=mdl1table)->m1
...
6
votes
2answers
410 views
Possible extensions to the default diagnostic plots for lm (in R and in general)?
I started digging a bit into the plot.lm function, this function gives six plots for lm, they are:
a plot of residuals against fitted values
a Scale-Location plot of sqrt(| residuals |) against ...