[ADMB Users] function maximizer failed

Ben Bolker bbolker at gmail.com
Sun Oct 9 17:36:17 PDT 2011


On 11-10-20 09:31 AM, Niklaus Kuehnis wrote:
> Hi all,
> 
> Trying to fit a negative binomial mixed model, the following error occurs:
> 
> glmm2 <- glmm.admb(intrans3 ~ hom, random = ~1, group = "nr",
>         data = mixed2.d, family = "nbinom", verbose = TRUE)
> # Error in glmm.admb(intrans3 ~ hom, random = ~1, group = "nr", data =
> mixed2.d,  :
> #   The function maximizer failed
> # In addition: Warning message:
> # In shell(cmd, invisible = TRUE) :
> #
> '"C:/Users/Username.DOMAIN/Documents/R/win-library/2.13/glmmADMB/bin/windows/nbmm.exe"
> -maxfn 500 ' execution failed with error code 1
> 
> I tried several predictor variables, family = "poisson", adding zero
> inflation and different random effects. There are two lines per subject
> (subject id = "nr"). Intrans3 has something like a zero inflated
> negative binomial distribution. hom is monomodally, approximately
> symmetrically distributed.
> 
> Is there anything wrong with my syntax?
> 

  Nothing is obviously wrong.
  Have you gotten any models to run?
  What are the results of str(mixed2.d) ?

  Ben Bolker




More information about the Users mailing list