predictPLSfromScores {Morpho} | R Documentation |
predict data from 2-Block PLS-scores
Description
predict data from 2-Block PLS-scores
Usage
predictPLSfromScores(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 |
Value
returns an array/matrix of landmarks or original values, depending on input for computing pls
Note
either x or y must be missing. If x-scores are provided, the yscores will be estimated and the predictions calculated.
See Also
pls2B, getPLSscores,predictPLSfromData
[Package Morpho version 2.12 Index]