Skip to content
Prev 14421 / 20628 Next

Convergence Problems with glmer.nb model

Dear Aoibheann,

Two general suggestions on the design. 1) A random effect of field seems
relevant too. 2) Have the units of origarea in a relevant scale. You are
modelling the number of visits per unit of origarea. Then the number per
hectare seems more relevant to me than the number per square meter.

Then try the most simple Poisson model to see it that converge.
glmer(field_count
~ (1| animal) + (1|field) + offset(log(origarea)), family = poisson)

If that works, then you could try the negative binomial distribution or
adding an observation level random effect.

The mailing list strips most attachments. So you need to put them on a
website or post a dropbox or google drive link.

Best regards,


ir. Thierry Onkelinx
Instituut voor natuur- en bosonderzoek / Research Institute for Nature and
Forest
team Biometrie & Kwaliteitszorg / team Biometrics & Quality Assurance
Kliniekstraat 25
1070 Anderlecht
Belgium

To call in the statistician after the experiment is done may be no more
than asking him to perform a post-mortem examination: he may be able to say
what the experiment died of. ~ Sir Ronald Aylmer Fisher
The plural of anecdote is not data. ~ Roger Brinner
The combination of some data and an aching desire for an answer does not
ensure that a reasonable answer can be extracted from a given body of data.
~ John Tukey

2016-04-25 14:08 GMT+02:00 Aoibheann Gaughran <gaughra at tcd.ie>: