summary.countgmifs: Summarize a Count GMIFS Object.

Description Usage Arguments See Also

Description

Prints the following items extracted from the fitted countgmifs object: the family 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 BIC was observed.

Usage

1
2
## S3 method for class 'countgmifs'
summary(object, model.select = "BIC", ...)

Arguments

object

an countgmifs fitted object.

model.select

when x is specified any model along the solution path can be selected. The default is model.select="BIC" which calculates the predicted values using the coefficients from the model having the lowest BIC. Other options are model.select="AIC" or any numeric value from the solution path.

...

other arguments.

See Also

See Also countgmifs, coef.countgmifs, predict.countgmifs, plot.countgmifs


countgmifs documentation built on Jan. 8, 2020, 5:07 p.m.