regressoR (version 1.1.8)

rd_type: rd_type

Description

returns the name of the method of dimension reduction.

Usage

rd_type(mode.rd = options_regressor("rd.mode"))

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
# NOT RUN {
rd_type(1)
rd_type(0)

# }

Run the code above in your browser using DataCamp Workspace