BIC.edina {edina} | R Documentation |
Bayesian Information Criterion (BIC)
Description
Calculate BIC for EDINA models.
Usage
## S3 method for class 'edina'
BIC(object, ...)
Arguments
object |
An |
... |
Not used. |
Value
The BIC value of the given model.
BIC Computation Procedure
BIC = -2 \log p\left( {\mathbf{y}| \mathbf{\hat{\theta}} } \right) + ((k+2)*j + 2^k)\log(n)
See Also
[Package edina version 0.1.1 Index]