Skip to content
Prev 12592 / 20628 Next

parallel option of the bootMer function: warnings for parallel=no, but not for parallel=snow

On 14-10-21 09:45 AM, Spronken, M. (Maitta) wrote:
Possibly related to https://github.com/lme4/lme4/issues/231

  Do you get warnings with parallel="multicore"?

  I have a suspicion that some of the internal structures of `lme4` may
not be getting reset properly when using refit() (which is used
internally by confint/bootMer), and that new copies are getting made
(and thus reset) with parallel="snow" but not with parallel="no" ... ?

  Ben Bolker