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 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.

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


[Package ordinalgmifs version 1.0.8 Index]