extractAIC.egf {epigrowthfit} | R Documentation |
Extract the (Generalized) AIC
Description
Extracts from a model object the generalized Akaike Information Criterion (AIC).
Usage
## S3 method for class 'egf'
extractAIC(fit, scale, k = 2, ...)
Arguments
fit |
an |
scale |
unused argument, for generic consistency. |
k |
a number giving a weight for the equivalent degrees of freedom.
|
... |
unused optional arguments. |
Value
An numeric vector of length 2 giving the equivalent degrees of freedom and criterion value.
See Also
The generic function extractAIC
.
[Package epigrowthfit version 0.15.3 Index]