extractAIC.glarma {glarma} | R Documentation |
Extract AIC from a GLARMA Model
Description
extractAIC
method for class "glarma"
. Used to
extract AIC from a glarma
object.
Usage
## S3 method for class 'glarma'
extractAIC(fit, ...)
Arguments
fit |
An object of class |
... |
Further arguments passed to or from other methods. |
Value
AIC extracted from object
See Also
coef.glarma
, residuals.glarma
,
glarma
.
[Package glarma version 1.6-0 Index]