[R] confidence Intervals for predictions in GLS

2010-08-14 Thread Camilo Mora
Hi everyone: Is there a function in R to calculate the confidence intervals for the predictions of a GLS(Generalized Least Square) model? The function predict gives confidence intervals for the predictions of other types of models (lm, glm, etc) but not gls. Any input will be much

Re: [R] confidence Intervals for predictions in GLS

2010-08-14 Thread Frank Harrell
install.packages('rms') require(rms) ?Gls ?plot.Predict Frank E Harrell Jr Professor and ChairmanSchool of Medicine Department of Biostatistics Vanderbilt University On Sat, 14 Aug 2010, Camilo Mora wrote: Hi everyone: Is there a function in R to calculate