Skip to content
Prev 6779 / 20628 Next

Random slope models with nested random effects and multiple x variables

Dear Sam,

Models a and b are identical.

Model c has the problem that you fit two random intercepts for bird (one from the 1|bird/track term and one from the a|bird term

You might want the model lmer (behaviour ~ (a|bird)  + (1|bird:track))

Best regards,

Thierry