An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-sig-mixed-models/attachments/20090522/87873042/attachment.pl>
Confidence interval when using lme
2 messages · R.S. Cotter, Dieter Menne
R.S. Cotter <cotter.rs at ...> writes:
I have been using lme, and also intervals.lme to estimate the confidence interval for the parameter estimates. Here is my model: lmefitted1<-lme(Feedingtime ~ Weight*Feeder, random=~1|ID,data=prey)
You probably mean the popular curved confidence bands? The intervals of the slope itself are given by Weight*Feeder
How do I get the confidence intervals for the regression line when using lme?
As Spencer Graves said: It's difficult. And he cites Douglas Bates "it on the list". http://markmail.org/message/2bapuxmpcc27diuw Dieter