Learn R Programming

ordinalgmifs (version 1.0.8)

summary.ordinalgmifs: Summarize an Ordinal GMIFS Object.

Description

summary method for class ordinalgmifs.

Usage

# S3 method for ordinalgmifs
summary(object, model.select = "AIC", ...)

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

Arguments

object

an ordinalgmifs object.

model.select

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.

Author

Kellie J. Archer

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.

See Also

See Also ordinalgmifs, coef.ordinalgmifs, plot.ordinalgmifs, predict.ordinalgmifs