Learn R Programming

R2MLwiN (version 0.8-9)

extract,mlwinfitIGLS-method: 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 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