Displaying 1 result from an estimated 1 matches for "292229".
Did you mean:
292228
2005 Jul 05
1
PLS: problem transforming scores to variable space
Dear List!
I am trying to calculate the distance between original data points and their
position in the PLS model. In order to do this, I tried to predict the
scores using the predict.mvr function and calculate the corresponding
positions in variable space.
The prediction of scores works perfectly:
------
data(trees)
# build model
t<-plsr(Volume~.,data=trees)
# predict scores for training