MLM_bic: Model selection function for low dimension data.

View source: R/vali_mode.R

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


changwn/RMR documentation built on March 29, 2025, 3:15 p.m.