coef.countgmifs {countgmifs} | R Documentation |
Extract Model Coefficients.
Description
A generic function which extracts the model coefficients from a fitted model object fit using countgmifs
Usage
## S3 method for class 'countgmifs'
coef(object, model.select = "BIC", ...)
Arguments
object |
an |
model.select |
when |
... |
other arguments. |
See Also
See Also countgmifs
, predict.countgmifs
, summary.countgmifs
, plot.countgmifs
[Package countgmifs version 0.0.2 Index]