I am currently analyzing data from a behavioral study on emotion perception using lmer model comparisons in R. I have a fairly simple design, with emotional intensity as repeated measure and valence (positive, negative) and group (controls, patients) as fixed effects.  Random effects are subject (n=37) and stimulus (n=8). I am comparing a simple model with more complex models using the anova function, but I ran into two problems. My degress of freedom for one of the model comparisons is 0, and it seems to matter in which order I put the models when comparing them. Here's the set up and outputs:

Models:

intensity.valence.1

Similar questions and discussions