summary
method for class ordinalgmifs
.
# S3 method for ordinalgmifs
summary(object, model.select = "AIC", ...)
extracts the relevant information from the step in the solution
path that attained the minimum AIC (default) or at the user-defined
model.select
step
an ordinalgmifs
object.
when x
is specified any model along the solution path can be selected. The default is model.select="AIC"
which extracts the model having the lowest AIC. Other options are model.select="BIC"
or any numeric value from the solution path.
other arguments.
Kellie J. Archer
Prints the following items extracted from the fitted ordinalgmifs
object:
the probability model and link used and model parameter estimates. For models that include
x
, the parameter estimates, AIC, BIC, and log-likelihood are printed for indicated model.select
step or if model.select
is not supplied the step at which the minimum AIC was observed.
See Also ordinalgmifs
, coef.ordinalgmifs
, plot.ordinalgmifs
, predict.ordinalgmifs