Skip to content
Prev 14583 / 20628 Next

P-values from interaction terms using lme4

Hey Sam,

I actually think mixed effects regression might be inappropriate in this
case.  Do I have it right that you have 40 total animals in the
experiment?  You said you had 1 bird in the city center and 1 outside the
city in 20 cities.

If that's right, then the model you described (to take one of your
examples) would be:

Approach ~ PlayBack * UrbanRural + (1|ID)

That's 3 * 2 - 1 = 5 coefficients in your model, plus a random intercept
for 20 different cities.  I don't think you have enough data to fit such a
model and trust the results.

If you have a balanced design and you have clear a priori predictions about
each of the contrasts in your design, I'd recommend just using ANOVA.  I
don't think you gain very much from using MEMs in this case.  You could use
vanilla linear regression, but setting up the coding schemes for your two
predictors is going to be so complicated that it'll actually be much
simpler to just do ANOVA + t-tests.

Alex

On Sun, Jun 12, 2016 at 4:31 AM, Phillip Alday <Phillip.Alday at unisa.edu.au>
wrote: