kedar nadkarni <nadkarnikedar <at> gmail.com> writes: > I have been trying to obtain confidence intervals for the fit after having > used lmer by using intervals(), but this does not work. intervals() is > associated with lme but not with lmer(). What is the equivalent for > intervals() in lmer()?
ci in Gregory Warnes' package gmodels can do this. However, think twice if you really need lmer. Why not lme? It is well documented and has many features that are currently not in lmer. Dieter ______________________________________________ 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.