From my understanding, pca is a method to suppress a couple of variables to one variable standing for all of them in a regression. If it is the case, I want to generate a variable call "present" is pca for 3 variables "a", "b", "c". What I should do then?
is it
following this document.
is it
Code:
pca a b c, components(1)
Comment