Dear all,
I have multiple imputed datasets, and have done a pca in Stata 15:
Is there any way to then obtain predicted component scores, equivalent to:
Best,
Kjell Weyde
I have multiple imputed datasets, and have done a pca in Stata 15:
Code:
mi estimate, cmdok: pca x1 x2 x3 x4 x5 x6 x7, vce(normal)
Code:
predict pc1-pc3, score
Kjell Weyde
Comment