vcov.dynrCook {dynr} | R Documentation |
Extract the Variance-Covariance Matrix of a dynrCook object
Description
Extract the Variance-Covariance Matrix of a dynrCook object
Usage
## S3 method for class 'dynrCook'
vcov(object, ...)
Arguments
object |
The dynrCook object for which the variance-covariance matrix is desired |
... |
further named arguments, ignored by this method |
Details
This is the inverse Hessian of the transformed parameters.
Value
matrix. Asymptotic variance-covariance matrix of the transformed parameters.
[Package dynr version 0.1.16-105 Index]