vcov.aldvmm {aldvmm} | R Documentation |
Extract Adjusted Limited Dependent Variable Mixture Model Covariance Matrix
Description
The method vcov.aldvmm
for the generic function
vcov
returns the
covariance matrix from an object of class "aldvmm".
Usage
## S3 method for class 'aldvmm'
vcov(object, ...)
Arguments
object |
an object inheriting from class "aldvmm". |
... |
further arguments passed to or from other methods. |
Value
a numeric matrix.
[Package aldvmm version 0.8.8 Index]