get_ic | R Documentation |
Function to compute AIC, BIC and GCV.
get_ic(nll, df, n = NA, ic)
nll |
final negative loglikelihood value (on the sum scale). |
df |
Degrees of freedom (typically, number of estimated parameters, though may differ under fusion) |
n |
number of observations (denominator of nll) |
ic |
string specifying the criterion selected. |
a number representing the requested information criterion.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.