sandwich.heckmanGE Sandwich Estimator for Generalized Heckman Model
Source:R/sandwich.heckmanGE.R
sandwich.heckmanGE.Rd
Computes the sandwich estimator of the variance-covariance matrix for the heckmanGE
model.
Arguments
- x
An object of class
heckmanGE
representing a fitted Generalized Heckman model.- bread.
A function to compute the "bread" part of the sandwich estimator. Defaults to
bread.heckmanGE
.- meat.
A function to compute the "meat" part of the sandwich estimator. Defaults to
meat.heckmanGE
.- ...
Additional arguments passed to
meat.
.