@Jonison wrote:
Hello, experts, the official PLS procedure manual shows that the prediction of new data is performed by combining training data and new data (new data dont have value of responses). I did experiment, say 200 data items for model training, and 2000 new data items for prediction. The results are quite strange that the 2000 predicted results are quite similar (variability is less than 0.3), which is not right for sure.
When someone claims they are right and SAS is wrong, I believe SAS. So, you really really really need to demonstrate facts that support your claim. In other words, the burden is on you ... the burden is not on us to defend/explain the answers from SAS.
Also, in your earlier thread, I showed how to get predicted values from PROC SCORE, they match the predicted values from PROC PLS to within round-off error.
Start by showing us the code used to create the input data set (the data set that has the training data and the new observations with missing response values), the code used in PROC PLS, and (a portion of) the data used (using the instructions given by @ballardw ).
... View more