[R-sig-ME] Confidence intervals for effects in glmer()
Robert A. LaBudde
ral at lcfltd.com
Tue Jun 9 01:00:03 CEST 2009
This may be blindingly obvious to the casual observer, but I'm
chagrined to admit I'm stumped.
I'm fitting a simple mixed effect logistic model using 'lme4':
require('lme4')
fit4<- glmer(x ~ 1 + 1|lab, data=eg, nAGQ=5, family='binomial')
summary(fit4)
ranef(fit4)
I would like 95% confidence intervals on 'lab' and the residuals effects.
Using lme() in 'nlme', I had the function intervals() available. Now I don't.
Any hints to de-perplex a novice?
Thanks.
================================================================
Robert A. LaBudde, PhD, PAS, Dpl. ACAFS e-mail: ral at lcfltd.com
Least Cost Formulations, Ltd. URL: http://lcfltd.com/
824 Timberlake Drive Tel: 757-467-0954
Virginia Beach, VA 23464-3239 Fax: 757-467-2947
"Vere scire est per causas scire"
More information about the R-sig-mixed-models
mailing list