MLM_bic: Model selection function for low dimension data.

Description Usage Arguments Value

View source: R/vali_mode.R

Description

Model selection function for low dimension data.

Usage

1
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.


RobMixReg documentation built on Aug. 5, 2020, 5:08 p.m.