Skip to content

[lme4]Coef output with binomial lmer

3 messages · Tom Cameron, Doran, Harold

#
The extractor function for the fixed effects is fixef(), not coef(). Out
of curiosity, why are you using (1|ass%in%pop%in%fam)? This notation is
non-standard and does not define the nesting structure of the data.

I think you want (1|ass/pop/fam)