Hello everyone,
I have a panel data (wide format) with 35 variables. I run a Principal Component Analysis on this variables as follows:
pca var1 - var35

Then I would like to store the principal components (that is, for each component I would like to have a value for each time period).

Is this possible? How can I do this?
Also, if this is not possible with pca, can I do it with factor analysis?

Thanks in advance