vcov.rtsFit {rts2} | R Documentation |
Extract the Variance-Covariance matrix for a rtsFit
object
Description
Returns the calculated variance-covariance matrix for a rtsFit
object that was fit using maximum likelihood methods.
Bayesian models will return an error.
Usage
## S3 method for class 'rtsFit'
vcov(object, ...)
Arguments
object |
A |
... |
Further arguments passed from other methods |
Value
A variance-covariance matrix.
[Package rts2 version 0.7.5 Index]