Skip to content

Problem in simulate() with GLMMs when a link function is specified ?

1 message · Ben Bolker

#
Pierre Morel <pier.morel at ...> writes:
Welcome.
you keep the default one,
Thank you for the report.
 This is now fixed on the SVN -- should be rebuilt/installable
on Linux or Windows in 24 hours or less.  If you want to fix it
yourself, I added the line

    if(is.language(family)) family <- eval(family)

 right before the is.null() check.

  If you're in a hurry you could (1) download the SVN code
and build it yourself; (2) copy lme4:::simulate.merMod and
make your own fixed version (I don't know offhand if simulate.merMod
makes use of other internal lme4::: functions)

  I may not get around to updating the built MacOS binary at
lme4.r-forge.r-project.org/repos for a while -- if someone desperately
needs this for the Mac and can't build their own binary they
can let me know.

  Ben Bolker