Compute object with decomposition of y-values
pls.getydecomp( y, yscores, xscores, yloadings, yeigenvals, ynames = NULL, y.attrs = NULL, x.attrs = NULL, objnames = NULL, compnames = NULL )
y
: matrix with responses, already preprocessed (e.g. mean centered) and cleanedyscores
: matrix with Y-scoresxscores
: matrix with X-scoresyloadings
: matrix with Y-loadingsyeigenvals
: matrix with eigenvalues for Yynames
: vector with names of the responsesy.attrs
: list with response attributes (e.g. from reference values if any)x.attrs
: list with preditors attributesobjnames
: vector with names of objects (rows of x)compnames
: vector with names used for componentsarray ldecomp
object for y-values (or NULL if y is not provided)