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