vcov.heckmanGE Variance-Covariance Matrix of the Generalized Heckman Model
Source:R/vcov.heckmanGE.R
vcov.heckmanGE.Rd
Extracts the variance-covariance matrix of the coefficients for the Generalized Heckman model. The matrix can be for specific parts of the model or the complete matrix.
Arguments
- object
An object of class
heckmanGE
representing a fitted Generalized Heckman model.- part
A character vector specifying the parts of the model to include in the variance-covariance matrix. Options are "selection", "outcome", "dispersion", and "correlation". By default, the function returns the complete variance-covariance matrix for all parts.
- ...
Additional arguments passed to or from other methods. These are not used in this method but must be included to match the generic method signature.