HeckmanEM (version 0.1.1)

HeckmanEM.criteria: Model selection criteria for the Heckman Selectio model

Description

`HeckmanEM.criteria()` calculate the AIC, AICc, BIC selection criteria for the fitted Heckman selection model.

Usage

HeckmanEM.criteria(obj)

Arguments

obj

An object of the class HeckmanEM.

Value

The calculated AIC, AICc, and BIC for the parameters of the fitted model.

Examples

Run this code
# NOT RUN {
res <- HeckmanEM(y, x, w, cc, nu = 4, family = "Normal", error = 1e-05, iter.max = 500, 
                 im = TRUE, criteria = FALSE)
cr <- HeckmanEM.criteria(res)
# }

Run the code above in your browser using DataLab