MLM_bic {RobMixReg} | R Documentation |
Model selection function for low dimension data.
Description
Model selection function for low dimension data.
Usage
MLM_bic(ml.method = "rlr", x, y, nc = 1, formulaList = NULL, K = 2)
Arguments
ml.method |
The parameter to choose the fitted model for calculating the BIC |
x |
x variable. |
y |
y variable. |
nc |
The component number for low dimensional feature |
formulaList |
The list of target formular |
K |
The component number for high dimensional feature |
Value
BIC value.
[Package RobMixReg version 1.1.0 Index]