| extract,model.selection-method {texreg} | R Documentation | 
extract method for model.selection objects
Description
extract method for model.selection objects created by
the model.sel and dredge functions
in the MuMIn package.
Usage
## S4 method for signature 'model.selection'
extract(
  model,
  include.loglik = TRUE,
  include.aicc = TRUE,
  include.delta = TRUE,
  include.weight = TRUE,
  include.nobs = TRUE,
  ...
)
Arguments
| model | A statistical model object. | 
| include.loglik | Report the log likelihood in the GOF block? | 
| include.aicc | Report AICC in the GOF block? | 
| include.delta | Report the delta statistic? | 
| include.weight | Report Akaike weights? | 
| include.nobs | Report the number of observations in the GOF block? | 
| ... | Custom parameters, which are handed over to subroutines. Currently not in use. | 
[Package texreg version 1.39.4 Index]