I have used lme4 and I have found a significant result
when using anova to compare model 1 and model 2 (where I
took out an interaction).
The result looks like this:
model.3: DIFFERENCE ~ (1 | MALE.ID)
model.2: DIFFERENCE ~ MALE.SPECIES + (1 | MALE.ID)
Df AIC BIC logLik Chisq Chi Df Pr(>Chisq)
model.3 3 1379.7 1387.1 -686.86
model.2 4 1374.1 1384.0 -683.05 7.6235 1 0.005761 **
---
Signif. codes: 0 ?***? 0.001 ?**? 0.01 ?*? 0.05 ?.? 0.1 ? ? 1
Just wondering how I would report this in a scientific paper?