regressoR (version 3.0.2)

rd_type: 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

Run this code
rd_type(1)
rd_type(0)

Run the code above in your browser using DataLab