vcov.drc {drc} | R Documentation |
'vcov' returns the estimated variance-covariance matrix for the parameters in the non-linear function.
vcov.drc(object, ...)
object |
an object of class 'drc'. |
... |
additional arguments. |
A matrix of estimated variances and covariances.
Christian Ritz
model1 <- multdrc(FA) vcov(model1) rm(model1)