[R-sig-ME] error message using glmmadmb
Ben Bolker
bbolker at gmail.com
Thu Mar 1 19:10:08 CET 2012
Ben Bolker <bbolker at ...> writes:
[snip]
> If you do this:
>
> mydata <- data.frame(spdiv,nsn,ara,rap,Insect.type,fsize,Site)
> glmmadmb(spdiv~(nsn+ara+rap)*Insect.type+fsize+(1|Site),family="nbinom")
>
> it ought to work. However, it *should* work the way you specified -- I
> will work on fixing the bug.
>
> thanks
> Ben Bolker
This should be fixed now (i.e. in glmmADMB 0.7.2.7).
It's still a good idea to use the data= argument.
More information about the R-sig-mixed-models
mailing list