Skip to content

nlsList

2 messages · Dr. Peter Schlattmann, Brian Ripley

#
Dear all,

is there a way to extract the individual variance-covariance matrix 
of the parameter estimates of the i-th individual using nlsList ?

Thanks a lot
Peter

-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !)  To: r-help-request at stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
#
On Tue, 13 Aug 2002, Peter Schlattmann wrote:

            
Yes. For example:

library(nlme)
library(MASS)
example(nlsList)
lapply(fm1, vcov)

(at least, of the i-th fit)