Skip to content
Prev 310990 / 398503 Next

confidence intervals with glmmPQL

Sally_roman <sroman <at> umassd.edu> writes:
Why did you set niter=2?  That seems like a bad idea
(the default is 10; I can imagine increasing it if there
 are warnings that the fit hasn't converged, but I don't
 see why you would decrease it).
This isn't quite clear: did you do some kind of stepwise model
reduction or AIC-based model selection?
There's not enough detail here to answer.  How did you get your
confidence intervals?  A reproducible example would be helpful.
If m1 is the result of a glmmPQL fit, then confint(m1) gives odd
results (because it calls confint.default, which doesn't really
know what to do with the results of the fit); intervals(m1) might
be more what you're looking for.

  Since you are fitting a binomial model, you may be looking for
confidence intervals on the linear predictor (logit) scale, in
which case they should always be symmetric around the estimate,
or on the response (probability) scale, in which case they
should always be asymmetric.

  You may want to send questions about mixed models to
the r-sig-mixed-models at r-project.org mailing list.