extract,selection-method | R Documentation |
extract
method for selection
objectsextract
method for selection
objects created by the
selection
function in the sampleSelection package.
## 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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.