predictPLSfromScores: predict data from 2-Block PLS-scores

View source: R/pls2B.r

predictPLSfromScoresR 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


Morpho documentation built on June 22, 2024, 7:19 p.m.