Calculate AIC, HQIC and BIC
get_IC
calculates AIC, HQIC and BIC
get_IC(loglik, npars, obs)
loglik
: log-likelihood valuenpars
: the number of (freely estimated) parameters in the model.obs
: the number of observations with initial values excluded for conditional models.Returns a data frame containing the information criteria values.
Useful links