Skip to content
Prev 15912 / 20628 Next

glmmADMB errors

Thanks Mollie,
In fact, I am following instructions from the Zuur's book Beginner's guide
to zero inflated models and he suggests something similar to what you have
proposed. Hurdle models:
First modelling with a binomial distribution when biomass is present or not
and second, once is present with Gamma see which variables are affecting
the present biomass, plus glueing both models together in a ZAG. However I
am having some further problems since one of my varibles is random and
nested, which I think the model doesn't like that much, although it allows
to use glmer in such cases.
However, using glmmADMB with the gamma family still returns errors:
family="gamma")

Error in glmmadmb(Biomass ~ Protection + Exposure + Protection:Exposure +
:
  The function maximizer failed (couldn't find parameter file)
Troubleshooting steps include (1) run with 'save.dir' set and inspect
output files; (2) change run parameters: see '?admbControl';(3) re-run with
debug=TRUE for more information on failure mode
Adem?s: Warning message:
comando ejecutado 'C:\WINDOWS\system32\cmd.exe /c glmmadmb -maxfn 500
-maxph 5 -noinit -shess' tiene estatus 1

I hope someone can see what I am doing wrong. Thanks in advance
On 20 October 2017 at 13:51, Mollie Brooks <mollieebrooks at gmail.com> wrote: