Dear all,
First I would like to say thank you for replying to my last posts, your
replies have halped me a lot and complemented the formal sources I have
been consulting.
I would like very much your opinion on a further issue below, if possible.
I am using glmmTMB to find the fixed and random variables that influence
whether a?ai palms produce fruit or not in the Amazon. So far so good, I
ended upt with a much simpler model that basically contains the year (2
years only), habitat type (3 levels, Grupos_Finais below) and density of
adult palms (R_dens below). This is model 8.
When I try to further simplify this model reducing it to only year +
habitat or year alone, I get an worsened AIC but an improved BIC... When I
fit model 8 with REML, the significance of adult palm density disappear (I
have been making model comparison manually with ML untill now). Together,
these results make me pend to exclude habitat type and adult density, but I
am intrigued with worsened AIC.
What do you think?
modelo8.glmm = glmmTMB(reproducao_bin ~ 0 + Grupos_Finais + ano_medida +
R_dens_total + (1|numero) + (1 |bloco/parcela), family = binomial, data =
dados)
modelo8.glmm 8 1707.613
modelo9.glmm 7 1706.011
modelo10.glmm 5 1697.479
Perhaps report bot AIC and BIC and decide for the simpler model?... Thank
you very much for any inputs,
Cheers,
Alexandre