Dear Statalist Community,
Aiming to construct an SES index based on several (continuous and dichotomous) asset and housing variables, I am applying a polychoric PCA:
Among others, this code displays the scoring coefficients, which I want to report as weights. However, it is not clear to me why the binary variables have partly more than one scoring coefficient per value (0/1), such as:
Scoring coefficients
Variable Coeff. 1 Coeff. 2 Coeff. 3
Car
0 -0.305196 0.078348 -0.044379
0 0.250862 -0.064400 0.036478
0 0.283528 -0.072786 0.041228
0 0.334635 -0.085906 0.048660
1 0.376041 -0.096535 0.054680
1 0.709849 -0.182228 0.103220
How can this be interpreted when reporting on the weight of the variable "Car" in the PCA?
THANKS!
Aiming to construct an SES index based on several (continuous and dichotomous) asset and housing variables, I am applying a polychoric PCA:
Code:
polychoricpca $SES3, score(pca_poly32) nscore(2)
Scoring coefficients
Variable Coeff. 1 Coeff. 2 Coeff. 3
Car
0 -0.305196 0.078348 -0.044379
0 0.250862 -0.064400 0.036478
0 0.283528 -0.072786 0.041228
0 0.334635 -0.085906 0.048660
1 0.376041 -0.096535 0.054680
1 0.709849 -0.182228 0.103220
How can this be interpreted when reporting on the weight of the variable "Car" in the PCA?
THANKS!
Comment