pls: Partial Least Squares (PLS)

Description Usage Arguments Value

View source: R/pls.R

Description

This function implements the generic PLS algorithm

Usage

1
pls(X, Y, num.components)

Arguments

X

Matrix of descriptors (n x p)

Y

Matrix of response variables (n x q)

num.components

Number of PLS components (variates) to compute

Value

Named list containing weights, scores, loadings, rotations and coefficients


lorenzoFabbri/expotools documentation built on Dec. 21, 2021, 11:48 a.m.