Hi all, 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()? I could not get this information from the documentation. Regards, Kedar [[alternative HTML version deleted]]
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
Maybe Matching Threads
- Problem with ci.lmer() in package:gmodels
- R equivalent to `estimate' in SAS proc mixed
- Contrast interaction effects in lmer object for reciprocal transplant experiment
- Standard errors of the predicted values from a lme (or lmer)
- Joint confidence intervals for GLS models?