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