Skip to contents

Bread Function for the fitheckmanGE Model

Usage

bread.heckmanGE(object, ...)

Arguments

object

An object of class fitheckmanGE, which is the result of fitting a Heckman selection model using the fitheckmanGE function.

...

Additional arguments (currently unused).

Value

A matrix representing the bread component of the sandwich estimator. The matrix is calculated as the product of the number of observations and the variance-covariance matrix of the estimated parameters.

Details

This function calculates the "bread" component of the sandwich estimator for the fitheckmanGE model. The bread matrix is typically defined as the product of the number of observations and the variance-covariance matrix of the estimated parameters.

The bread matrix is an essential component of the sandwich estimator used to obtain robust standard errors. It reflects the variability in the estimated parameters due to the model's fit. The function uses the number of observations and the variance-covariance matrix from the fitheckmanGE model object to compute this matrix.