summary.ordinalgmifs {ordinalgmifs} | R Documentation |
Summarize an Ordinal GMIFS Object.
Description
summary
method for class ordinalgmifs
.
Usage
## S3 method for class 'ordinalgmifs'
summary(object, model.select = "AIC", ...)
Arguments
object |
an |
model.select |
when |
... |
other arguments. |
Details
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.
Value
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
Author(s)
Kellie J. Archer
See Also
See Also ordinalgmifs
, coef.ordinalgmifs
, plot.ordinalgmifs
, predict.ordinalgmifs