View source: R/miscellaneous.R
get_IC | R Documentation |
get_IC
calculates the information criteria values
AIC, HQIC, and BIC divided by the number of observations.
get_IC(loglik, npars, T_obs)
loglik |
log-likelihood value, preferably non-penalized one. |
npars |
number of (freely estimated) parameters in the model |
T_obs |
numbers of observations with the |
Returns a data frame containing the information criteria values divided by the number of observations.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.