This function computes the BIC (Bayesian information criterion) from a fixest
estimation.
Usage
# S3 method for fixest
BIC(object, ...)
Details
The BIC is computed as follows: $$BIC = -2\times LogLikelihood + \log(nobs)\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 statistics functions: AIC.fixest
, logLik.fixest
.