Extract coefficients and GOF measures from a statistical object (texreg package).
# S4 method for mlwinfitIGLS
extract(
model,
include.nobs = TRUE,
include.loglik = TRUE,
include.deviance = TRUE,
...
)
An mlwinfitIGLS-class
model.
should the number of observations be reported?
should the log-likelihood be reported?
should the deviance be reported?
Other arguments.
extract