Description Usage Arguments Details Value Note
Take two numeric vectors and return the Akaike Information
Criterion (AICc
) corrected for the second order.
AICc
is computed from the Residuals Sum of Square
(rss
) and
the number of used parameters.
1 | AICc(x, y, nbK)
|
x, y |
two numeric vectors of same length. |
nbK |
an integer. |
The correction for the second order bias
improves the Akaike Information Criterion
when (length(x)
) is small.
Return the Akaike Information Criterion ((AICc
)),
corrected for the second order bias.
The correction for the second order bias
improves the Akaike Information Criterion
when length(x)
is small.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.