print.heckmanGE {heckmanGE} | R Documentation |
print.heckmanGE Print of Generalized Heckman Model Results
Description
Prints a summary of the results from a fitted heckmanGE
model, including estimates for different model components, log-likelihood, AIC, BIC, and other relevant statistics.
Usage
## S3 method for class 'heckmanGE'
print(x, ...)
Arguments
x |
An x of class |
... |
Additional arguments passed to or from other methods. |
Value
Prints the estimates and statistics of the Generalized Heckman model to the console.
[Package heckmanGE version 1.0.0 Index]