extract
method for multinom
objectsextract
method for multinom
objects created by the
multinom
function in the nnet package.
# S4 method for multinom
extract(
model,
include.pvalues = TRUE,
include.aic = TRUE,
include.bic = TRUE,
include.loglik = TRUE,
include.deviance = TRUE,
include.nobs = TRUE,
include.groups = TRUE,
levels = model$lev,
beside = FALSE,
...
)
A statistical model object.
Report p-values?
Report Akaike's Information Criterion (AIC) in the GOF block?
Report the Bayesian Information Criterion (BIC) in the GOF block?
Report the log likelihood in the GOF block?
Report the deviance?
Report the number of observations in the GOF block?
Report the number of groups?
The names of the levels of a multinomial model that should be included in the table. Should be provided as a vector of character strings.
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.