View source: R/fitting_basic.R
AICc | R Documentation |
Akaike Corrected Information Criterion
AICc(object, ...)
object |
a fitted model object for which there exists a logLik method to extract the corresponding log-likelihood. |
... |
optionally more fitted model objects. |
If just one object is provided, a numeric value with the corresponding AICC value.
If multiple objects are provided, a data.frame with rows corresponding to the objects and columns representing the number of parameters in the model (df) and the AICC.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.