SIMPLS algorithm for calibration of PLS model
pls.simpls(x, y, ncomp, cv = FALSE)
a matrix with x values (predictors)
a matrix with y values (responses)
number of components to calculate
logical, is model calibrated during cross-validation or not
a list with computed regression coefficients, loadings and scores for x and y matrices, and weights.
[1]. S. de Jong. SIMPLS: An Alternative approach to partial least squares regression. Chemometrics and Intelligent Laboratory Systems, 18, 1993 (251-263).