Kamil Bartoń <kamil.barton <at> uni-wuerzburg.de> writes: > > Hi Marcos, > > The 'adjusted CI' (based on the 'adjusted se estimator' > as in section 4.3.3 of Burnham & Anderson > 2002) cannot be calculated for 'lmer' model because it > does not give df's for the coefficients. > > kamil
If you're willing to use MASS::glmmPQL instead (which gives df's, because it is based on lme which does give df's) it might work. ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.