simpls | R Documentation |
SIMPLS algorithm for calibration of PLS model
simpls(X, Y, ncomp)
X |
a matrix with x values (predictors) |
Y |
a matrix with y values (responses) |
ncomp |
number of components to calculate |
a list with computed weights, x- and y-loadings for PLS regression model.
[1]. S. de Jong. SIMPLS: An Alternative approach to partial least squares regression. Chemometrics and Intelligent Laboratory Systems, 18, 1993 (251-263).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.