getPLSfromScores {Morpho} | R Documentation |
compute changes associated with 2-Block PLS-scores
Description
compute changes associated with 2-Block PLS-scores
Usage
getPLSfromScores(pls, x, y)
Arguments
pls |
output of pls2B |
x |
scores associated with dataset x in original pls2B |
y |
scores associated with dataset y in original pls2B |
Details
other than predictPLSfromScores
, providing Xscores will not compute predictions of y, but the changes in the original data x
that is associated with the specific scores
Value
returns data in the original space associated with the specified values.
[Package Morpho version 2.12 Index]