AIC.fcm | R Documentation |
Compute the AIC value for a fitted fcm
model using the formula:
\mathrm{AIC} = -2 \cdot \log L + k \cdot p
where L
is the likelihood, p
is the number of parameters, and k
is a penalty parameter.
## S3 method for class 'fcm'
AIC(object, ..., k = 2)
object |
An object of class |
... |
Currently unused. |
k |
Penalty per parameter (default is |
A numeric scalar giving the AIC value for the fitted model.
logLik.fcm()
, BIC.fcm()
, AICc.fcm()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.