View source: R/extractors.AdPaik.R
extractAIC.AdPaik | R Documentation |
AdPaik
ObjectsComputes the AIC for an AdPaik
model.
## S3 method for class 'AdPaik'
extractAIC(fit, scale = NULL, k = 2, ...)
fit |
An |
scale |
Changing it is not supported for this model. It will be ignored. |
k |
Penalty parameter (default is 2 for AIC). |
... |
Additional arguments (ignored). |
A numeric vector with the number of parameters and AIC value.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.