[R-sig-ME] confint.merMod, bootstrap and weights
Denis Haine
denis.haine at gmail.com
Sun Mar 13 19:30:40 CET 2016
Hello,
I ran a model as
glmer(y ~ x, family = poisson, data, weights = w)
and then tried to get confidence intervals with the following:
confint(model, method = "boot", parallel = "multicore", ncpus = 4)
However I'm getting the following warning message that I'm not receiving
when using method "Wald" instead of "boot":
Warning message:
In sfun(object, nsim = 1, ftd = rep_len(musim, n * nsim), wts = weights) :
ignoring prior weights
What's the meaning of this message?
Thanks for your help,
Denis
[[alternative HTML version deleted]]
More information about the R-sig-mixed-models
mailing list