BIC: Bayesian Information Content

Description Usage Arguments Details Value Author(s) See Also

Description

Calculates the Bayesian Information Content

Usage

1
BIC(object,...)

Arguments

object

A statistical model, including its data

...

Additional arguments

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.

Value

The BIC

Author(s)

Andrew White

See Also

MotifModelSet


peplib documentation built on May 29, 2017, 10:52 p.m.

Related to BIC in peplib...