AIC.garma_model {garma} | R Documentation |
AIC for model
Description
AIC for model if available.
Usage
## S3 method for class 'garma_model'
AIC(object, ...)
Arguments
object |
The garma_model object |
... |
Other parameters. Ignored. |
Value
(double) Approximate AIC - uses approximation of whichever methoid is used to find model params.
[Package garma version 0.9.13 Index]