AIC.scf_model_result: Generic S3 Method: AIC.scf_model_result
Description
Extracts the mean of the Akaike Information Criterion (AIC) across implicates.
Usage
# S3 method for scf_model_result
AIC(object, k = 2, ...)
Value
The numeric mean AIC pooled across implicates.
Arguments
- object
An object of class 'scf_model_result'.
- k
The penalty term (2 for AIC, log(n) for BIC). Defaults to 2.
- ...
Not used.