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