rd_type: rd_type

View source: R/mod_dimension_reduction_utils.R

rd_typeR Documentation

rd_type

Description

returns the name of the method of dimension reduction.

Usage

rd_type(mode.rd = 0)

Arguments

mode.rd

the method of dimension reduction is defined as mode=1 is the MCP, and mode=0 the ACP.

See Also

pcr, plsr

Examples

rd_type(1)
rd_type(0)


regressoR documentation built on July 9, 2023, 5:26 p.m.

Related to rd_type in regressoR...