MLM_bic | R Documentation |
Model selection function for low dimension data.
MLM_bic(ml.method = "rlr", x, y, nc = 1, formulaList = NULL, K = 2)
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 |
BIC value.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.