mBIC {HSDiC} | R Documentation |
Modified Bayesian Information Criterion
Description
Calculate the modified Bayesian information criterion for estimated model.
Usage
mBIC(beta, Y, X)
Arguments
beta |
the estimated coefficients. |
Y |
the response. |
X |
design matrix with the same order of the columns in |
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
[Package HSDiC version 0.1 Index]