Skip to content

Bug in getVarCov.gls method (PR#9752)

1 message · agalecki at umich.edu

#
Hello,

I am using R2.5 under Windows.

Looks like the following statement 

 vars  <-  (obj$sigma^2)*vw

in getVarCov.gls method (nlme package) needs to  be replaced with:

 vars <- (obj$sigma*vw)^2

With best regards

Andrzej Galecki
Douglas Bates wrote: