texreg (version 1.37.1)

extract,model.selection-method: 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 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.