Skip to content
Prev 13274 / 20628 Next

GlmmADMB: random slopes and fixed effects

Dear Genevieve,

An observation level random effect (OLRE) is used in a poisson or binomial
glmm to model the overdispersion. The negative binomial distribution has a
parameter that handles the overdispersion. So you don't need the ORLE.

Note that the as.formula() is not required.

Random slopes assume that the parameters follow a normal distribution with
zero mean. When the overall slope is not zero, this assumption is violated
when the variable is not used as a fixed effect.

Note that you better center random slopes to get more stable estimates. Do
you have enough data to fit such a complex model? The variance covariance
matrix of the Species random effect requires 10 parameters. I would strive
for >100 observations per species and >10 species.

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-04-28 22:41 GMT+02:00 Genevieve Perkins <genevieve.c.perkins at gmail.com>
: