BIC.edina {edina} | R Documentation |
Calculate BIC for EDINA models.
## S3 method for class 'edina'
BIC(object, ...)
object |
An |
... |
Not used. |
The BIC value of the given model.
BIC = -2 \log p\left( {\mathbf{y}| \mathbf{\hat{\theta}} } \right) + ((k+2)*j + 2^k)\log(n)