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