Skip to content
Prev 347990 / 398500 Next

confint.merMod(method="boot") {lme4} with user supplied FUN to bootMer fails

Torbj?rn H?kan Ergon <t.h.ergon <at> ibv.uio.no> writes:
It turns out (not documented!) that you can't use confint.merMod
(at present) with user-specified functions -- when it says ...
are arguments that can be passed through to bootMer, it actually
means "other than FUN or nsim" ...

This should be a reasonable workaround 

bb <- bootMer(fm1, nsim=100, FUN=test)
library("boot")
boot.ci(bb,type="perc")

Future lme4-related questions should probably go to 
r-sig-mixed-models at r-project.org ...

Future lme4-related questions should probably go