mBIC: Modified Bayesian Information Criterion

Description Usage Arguments Value References See Also

View source: R/mBIC.R

Description

Calculate the modified Bayesian information criterion for estimated model.

Usage

1
mBIC(beta, Y, X)

Arguments

beta

the estimated coefficients.

Y

the response.

X

design matrix with the same order of the columns in beta.

Value

Returns an object with

BIC

a numeric value with the corresponding BIC.

K

the corresponding number of groups.

References

'Pairwise Fusion Approach Incorporating Prior Constraint Information' by Yaguang Li

See Also

BIC


HSDiC documentation built on May 1, 2019, 8:05 p.m.

Related to mBIC in HSDiC...