extract,mlwinfitIGLS-method {R2MLwiN}R Documentation

Extract coefficients and GOF measures from a statistical object (texreg package).

Description

Extract coefficients and GOF measures from a statistical object (texreg package).

Usage

## S4 method for signature 'mlwinfitIGLS'
extract(
  model,
  include.nobs = TRUE,
  include.loglik = TRUE,
  include.deviance = TRUE,
  ...
)

Arguments

model

An mlwinfitIGLS-class model.

include.nobs

should the number of observations be reported?

include.loglik

should the log-likelihood be reported?

include.deviance

should the deviance be reported?

...

Other arguments.

See Also

extract


[Package R2MLwiN version 0.8-9 Index]