pls.simplsold: SIMPLS algorithm (old implementation)

View source: R/pls.R

pls.simplsoldR Documentation

SIMPLS algorithm (old implementation)

Description

SIMPLS algorithm for calibration of PLS model (old version)

Usage

pls.simplsold(x, y, ncomp, cv = FALSE)

Arguments

x

a matrix with x values (predictors)

y

a matrix with y values (responses)

ncomp

number of components to calculate

cv

logical, is model calibrated during cross-validation or not

Value

a list with computed regression coefficients, loadings and scores for x and y matrices, and weights.

References

[1]. S. de Jong. SIMPLS: An Alternative approach to partial least squares regression. Chemometrics and Intelligent Laboratory Systems, 18, 1993 (251-263).


mdatools documentation built on Aug. 13, 2023, 1:06 a.m.