Displaying 1 result from an estimated 1 matches for "mcmccontrol".
2012 Sep 04
1
ADMB error- function maximizer failed (couldnt find STD file)
...zeroInflation = TRUE, :
The function maximizer failed (couldn't find STD file)
I tried setting the number of mcmc iterations by running the following code:
fit_zipoiss <- glmmadmb(LOCS~D_ROADS + (1|YEAR) , data=FAWNS, zeroInflation=TRUE,
family="poisson", mcmc=TRUE, mcmc.opts=mcmcControl(mcmc=50000))
but again received the same "Function maximizer...." error.
As suggested by previous users (specifically Ben Bolker) I downloaded an earlier version of glmmADMB ("glmmADMB_0.7.tar.gz") and re-ran the same models (e.g., poisson and neg. binomial) and received the...