simpls: SIMPLS algorithm

View source: R/pcvpls.R

simplsR Documentation

SIMPLS algorithm

Description

SIMPLS algorithm for calibration of PLS model

Usage

simpls(X, Y, ncomp)

Arguments

X

a matrix with x values (predictors)

Y

a matrix with y values (responses)

ncomp

number of components to calculate

Value

a list with computed weights, x- and y-loadings for PLS regression model.

References

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


pcv documentation built on Aug. 13, 2023, 1:07 a.m.

Related to simpls in pcv...