extract method for selection objects
## S4 method for signature 'selection' extract( model, prefix = TRUE, include.selection = TRUE, include.outcome = TRUE, include.errors = TRUE, include.aic = TRUE, include.bic = TRUE, include.loglik = TRUE, include.rsquared = TRUE, include.adjrs = TRUE, include.nobs = TRUE, ... )
model |
A statistical model object. |
prefix |
Include prefix before the label of the coefficient in order to identify the current model component? |
include.selection |
Report the selection component of a sample selection model? |
include.outcome |
Report the outcome component of a sample selection model? |
include.errors |
Report the error terms of a sample selection model? |
include.aic |
Report Akaike's Information Criterion (AIC) in the GOF |
include.bic |
Report the Bayesian Information Criterion (BIC) in the GOF block? |
include.loglik |
Report the log likelihood in the GOF block? |
include.rsquared |
Report R^2 in the GOF block? |
include.adjrs |
Report adjusted R^2 in the GOF block? |
include.nobs |
Report the number of observations in the GOF block? block? |
... |
Custom parameters, which are handed over to subroutines, in this
case to the |
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.