pls.getxdecomp function

Compute object with decomposition of x-values

Compute object with decomposition of x-values

pls.getxdecomp( x, xscores, xloadings, xeigenvals, xnames = NULL, x.attrs = NULL, objnames = NULL, compnames = NULL )

Arguments

  • 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

Returns

array ldecomp object for x-values

  • Maintainer: Sergey Kucheryavskiy
  • License: MIT + file LICENSE
  • Last published: 2024-08-19