rd_type {regressoR}R 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)


[Package regressoR version 3.0.2 Index]