Skip to content
Prev 274913 / 398503 Next

help with glmmADMB ZI; function maximizer failed

emmarosenfeld <emmarosenfeld <at> hotmail.co.uk> writes:
You mean species is a factor with 17 levels?

  What are the results of str(srp12) ?
 
  You are going to have a lot of difficulty fitting a random effect
to a factor with two levels (see http://glmm.wikidot.com/faq for
discussion).  Try it as a fixed effect instead.
I don't know of a way to do this in glmmADMB. **Maybe** doable
in MCMCglmm but I wouldn't count on it.
(1|season)+(1|landclass)+(1|site),
   data=srp12, famil="nbinom", zeroInflation=TRUE))

  Are you aware that species*btrees*built expands to include
all main effects, two- and three-way interactions, i.e. the
species*btrees and species*built terms are redundant.
Well, that's not surprising since the command failed.