AIC,MNM-method | R Documentation |
Computes the Akaike Information Criterion (AIC) for an object of class "MNM"
.
AIC is a metric used for model comparison, balancing goodness of fit and model complexity.
The formula for AIC is:
AIC = -2 \cdot \log L + 2 \cdot k
where:
\log L
is the log-likelihood of the model.
k
is the number of parameters in the model.
## S4 method for signature 'MNM'
AIC(object)
object |
An object of class |
A numeric value representing the AIC of the fitted model.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.