This function computes the AIC (Aikake's, an information criterion) from a fixest
estimation.
Usage
# S3 method for fixest
AIC(object, ..., k = 2)
Details
The AIC is computed as: $$AIC = -2\times LogLikelihood + k\times nbParams$$ with k the penalty parameter.
You can have more information on this criterion on AIC
.
See also
See also the main estimation functions femlm
, feols
or feglm
.
Other statictics methods: BIC.fixest
, logLik.fixest
, nobs.fixest
.