extractAIC.egf | 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
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.