Learn R Programming

TRES (version 1.1.3)

FG_TPR: Deprecated functions in package TRES.

Description

The functions listed below are deprecated and will be defunct in the near future. When possible, alternative functions with similar functionality are also mentioned. Help pages for deprecated functions are available at help("-deprecated").

Usage

FG_TPR(Xn, Yn, Gamma_init)

FG_TRR(Xn, Yn, Gamma_init)

TensPLS_fit(x, y, SigX, u)

Tenv(Xn, Yn, u, opts = NULL)

Arguments

<code>FG_TPR</code>

For FG_TPR, use TPR.fit with method = "FG".

<code>FG_TRR</code>

For FG_TRR, use TRR.fit with method = "FG".

<code>TensPLS_fit</code>

For TensPLS_fit, use TPR.fit with method = "PLS".

<code>Tenv</code>

For Tenv, use TRR.fit with method = "1D".