Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

extract-selection-method

extract method for selection objects


Description

extract method for selection objects created by the selection function in the sampleSelection package.

Usage

## 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,
  ...
)

Arguments

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 summary method for the object.


texreg

Conversion of R Regression Output to LaTeX or HTML Tables

v1.37.5
GPL-3
Authors
Philip Leifeld [aut, cre], Claudia Zucca [ctb]
Initial release
2020-06-17

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.