Learn R Programming

edina (version 0.1.1)

BIC.edina: Bayesian Information Criterion (BIC)

Description

Calculate BIC for EDINA models.

Usage

# S3 method for edina
BIC(object, ...)

Arguments

object

An edina object

...

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

PPP.edina(), DIC.edina()

PPP.edina(), DIC.edina()