Skip to content
Prev 8398 / 20628 Next

0-inflated GLMM in R

Katarzyna Kulma <katarzyna.kulma at ...> writes:
I think the problem may be that you are not passing your data
to glmmADMB as a data frame.  This format is not supposed to
be required, but I haven't tested the alternative case (where
the variables are simply located in the global workspace) very
carefully, so there may be problems.

  Also note the error message on Windows, which tells you that
you should probably remove NA values from your data set before
proceeding.

  Can you give the results of sessionInfo() ?  Are you using version
0.7.2.12 from r-forge?