Compute predictions for response values
pls.getpredictions( x, coeffs, ycenter, yscale, ynames = NULL, y.attrs = NULL, objnames = NULL, compnames = NULL )
x
: matrix with predictors, already preprocessed (e.g. mean centered) and cleanedcoeffs
: array with regression coefficientsycenter
: ycenter
property of PLS modelyscale
: yscale
property of PLS modelynames
: vector with names of the responsesy.attrs
: list with response attributes (e.g. from reference values if any)objnames
: vector with names of objects (rows of x)compnames
: vector with names used for componentsarray with predicted y-values