pls.getxdecomp | R Documentation |
Compute object with decomposition of x-values
pls.getxdecomp(
x,
xscores,
xloadings,
xeigenvals,
xnames = NULL,
x.attrs = NULL,
objnames = NULL,
compnames = NULL
)
x |
matrix with predictors, already preprocessed (e.g. mean centered) and cleaned |
xscores |
matrix with X-scores |
xloadings |
matrix with X-loadings |
xeigenvals |
matrix with eigenvalues for X |
xnames |
vector with names of the predictors |
x.attrs |
list with preditors attributes |
objnames |
vector with names of objects (rows of x) |
compnames |
vector with names used for components |
array 'ldecomp' object for x-values
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.