pls.cal | R Documentation |
Calibrates (builds) a PLS model for given data and parameters
pls.cal(x, y, ncomp, center, scale, method = "simpls", cv = FALSE)
x |
a matrix with x values (predictors) |
y |
a matrix with y values (responses) |
ncomp |
number of components to calculate |
center |
logical, do mean centering or not |
scale |
logical, do standardization or not |
method |
algorithm for computing PLS model (only 'simpls' is supported so far) |
cv |
logical, is model calibrated during cross-validation or not (or cv settings for calibration) |
model an object with calibrated PLS model
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.