Skip to content
Prev 7650 / 20628 Next

error message using glmmadmb

I figured out the problem.

  I almost always use glmmadmb with the data= argument, putting my data
into a data frame rather than having my variables attach()ed (almost
always a bad idea) or floating around in the global workspace.  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
On 12-03-01 09:19 AM, RH Gibson, School Biological Sciences wrote: