Learn R Programming

bigstep (version 1.1.1)

mbic2: mBIC2

Description

Calculate mBIC2 (the second version of modified Bayesian Information Criterion).

Usage

mbic2(loglik, k, n, p, const = 4)

Value

A number, a value of mBIC2.

Arguments

loglik

A numeric, the log-likelihood.

k

An integer >= 0, the number of selected variables.

n

An integer > 0, the number of observations.

p

An integer > 0, the number of all variables or a weight.

const

A numeric > 0, the expected number of significant variables.

Examples

Run this code
mbic2(10, 5, 100, 50)

Run the code above in your browser using DataLab