Skip to content
Prev 14001 / 20628 Next

Problems with model (assumptions)

Dear Philipp,

I'm missing the graphs for the data exploration step in the notebook. So
you can get an idea if the relations of with the explanatory variables are
(log)linear.

The residual plot from the Gaussian model are typical when modelling count
data. So you need a Poisson or negative binomial distribution.

normal qqplots for glm models are irrelevant. residuals versus fit are
difficult to interpret. You should focus on residuals versus explanatory
variables (fixed and random).

You could consider using length as an offset factor. That seems to make
more sense than as a random effect. Since length is the maximum body length
per author, you would model the relative body length per author.

There are other R packages that can fit glmm. glmmADMB, INLA, ... You can
try them and see what happens.

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

2015-11-20 14:17 GMT+01:00 Philipp Singer <killver at gmail.com>: