Re: [R] warnings when using binomial models and offset

2018-11-23 Thread Bert Gunter
You should post this on the r-sig-mixed-models list, which is (obviously) specifically concerned with mixed models, and where you are more likely to find the expertise and help you seek. Cheers, Bert Gunter "The trouble with having an open mind is that people keep coming along and sticking thing

[R] warnings when using binomial models and offset

2018-11-23 Thread Joana Martelo
Hello everyone I'm trying to model fish capture success using length, velocity and group composition as explanatory variables, density as an offset variable, and fish.id. as random effect. I'm getting the follow warnings: Model1<-glmer(capture~length+offset(density)+(1|fish.id),family=binom