search for: origpoints

Displaying 1 result from an estimated 1 matches for "origpoints".

Did you mean: gridpoints
2012 Apr 12
1
Centering (e.g. on prcomp)
...only 2 features) currently to see what happens. I read a lot of times one should center ones data, so i left the option on. But now i am scratching my head on how to correctly transform new data to be comparable to the data used in the pca. pca$x are the points (in PC system) the function returns origpoints%*%pca$rotation is not quite the same, because it is missing the centering for the original data i can of course do scale(origpoints,scaled=F) beforehand, and then the results will be the same, but for new data that option isn't available. So how would i properly transform it? greetings Jessi...