Skip to content

interactions in fixed effects

2 messages · Gabriela Agostini, Joshua Wiley

#
Tests of the significance of random effects are notoriously
problematic, but for your question on glm(), try:

anova(GLM0, GLM1, test="LRT")

see the docs for anova for more details.

Cheers,

Josh

On Tue, Feb 5, 2013 at 8:58 AM, Gabriela Agostini
<gabrielaagostini18 at gmail.com> wrote: