predictPLSfromScores | R Documentation |
predict data from 2-Block PLS-scores
predictPLSfromScores(pls, x, y)
pls |
output of pls2B |
x |
scores associated with dataset x in original pls2B |
y |
scores associated with dataset y in original pls2B |
returns an array/matrix of landmarks or original values, depending on input for computing pls
either x or y must be missing. If x-scores are provided, the yscores will be estimated and the predictions calculated.
pls2B, getPLSscores,predictPLSfromData
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.