Skip to content
Prev 11462 / 20628 Next

new version of lme4 - Log-Likelihood of model returned as "-Inf"

It looks like the proximal problem here is that you have non-integer
responses in the Poisson distribution.  I haven't dug in to figure out
why this should cause a problem; having non-integer responses in a
nominally Poisson response breaks the nominal statistical model, but
normal GLMs can manage anyway, and there's *probably* no reason that the
internal lme4 code couldn't be made a bit more flexible.
   Where do your non-integer responses come from?

   I would also comment offhand that trying to fit a random effect of
(1|BatID/PlantID) seems rather optimistic; you have a total of 26
observations (after removing NAs), and 121 Bat:Plant combinations, so
very few of the combinations are actually measured, and are measured at
most twice ...  the BatID:PlantID interaction is going to translate
_almost_ to an observation-level random effect.  When I fit without the
single non-integer response, I get a zero variance estimate for the
Bat:Plant interaction ...

  Ben Bolker
On 14-02-13 09:46 PM, juwb08 at hampshire.edu wrote: