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 |
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
[Package R2MLwiN version 0.8-9 Index]