Hi,
Two questions related to building an index out of PCA:
1) I thought that variables should be "normalized" before using pca, this is why I transformed them onto [0,1]. But when I arrive at the final stage (as far as I understand), according to "Postestimation tools for PCA and PCAmat", the standarization (mean 0 and variance 1) is done just before computing the index (see end page 15). When should it be done?
2) I would like to know if I can systemize the computing of the index using the factor weights (0.4011, 0.4210... in the mentioned example) for each observation
gen index = pc1*vector of variables
Thank you in advance
joan
Two questions related to building an index out of PCA:
1) I thought that variables should be "normalized" before using pca, this is why I transformed them onto [0,1]. But when I arrive at the final stage (as far as I understand), according to "Postestimation tools for PCA and PCAmat", the standarization (mean 0 and variance 1) is done just before computing the index (see end page 15). When should it be done?
2) I would like to know if I can systemize the computing of the index using the factor weights (0.4011, 0.4210... in the mentioned example) for each observation
gen index = pc1*vector of variables
Thank you in advance
joan
Comment