Rdocumentation
powered by
Learn R Programming
peplib (version 1.5.1)
BIC: Bayesian Information Content
Description
Calculates the Bayesian Information Content
Usage
BIC(object,...)
Arguments
object
A statistical model, including its data
...
Additional arguments
Value
The BIC
Details
The BIC is calculated as
-2 * logLik + k * log(n)
, where
k
is the number of parameters and
n
is the number of independent observations.
logLik
is the log-likelihood.
See Also
MotifModelSet