extract
method for mlogit
objectsextract
method for mlogit
objects created by the
mlogit
function in the mlogit package.
# S4 method for mlogit
extract(
model,
include.aic = TRUE,
include.loglik = TRUE,
include.nobs = TRUE,
include.groups = TRUE,
include.order = FALSE,
include.iterations = FALSE,
beside = FALSE,
...
)
A statistical model object.
Report Akaike's Information Criterion (AIC) in the GOF block?
Report the log likelihood in the GOF block?
Report the number of observations in the GOF block?
Report the number of groups?
Report coefficient names in alphabetical order?
Report the number of iterations?
Arrange the model terms below each other or beside each other?
Custom parameters, which are handed over to subroutines, in this
case to the summary
method for the object.