I am running a mixed effects model and the residuals/qq plot look terrible. I have also ran a glmer model to check if the results change when using a better model and they lead very much to the same conclusions. I have also tried using the Box Cox transformation, but the residuals look exactly the same. Would it be ok to use this model as it is more interpretable than glmer and shows similar results? Or should I definitely use a non-linear model?
The model:
full.model7 <- lmer(logRT ~ P*B*S*G + (1+S+P+B|Participant),data= Data, REML=FALSE, control=lmerControl(optimizer="bobyqa",optCtrl=list(maxfun=2e5)))
As solicited, here is the plot fitted versus observed:
I also ran the model using a Box Cox transformation in the MASS package but did not improve the residuals: