extractAIC.AdPaik: Extract AIC for AdPaik Objects
Description
Computes the AIC for an AdPaik model.
Usage
# S3 method for AdPaik
extractAIC(fit, scale = NULL, k = 2, ...)
Value
A numeric vector with the number of parameters and AIC value.
Arguments
- fit
An AdPaik model object.
- scale
Changing it is not supported for this model. It will be ignored.
- k
Penalty parameter (default is 2 for AIC).
- ...
Additional arguments (ignored).