Borrar filtros
Borrar filtros

rotated scores after varimax rotation

3 visualizaciones (últimos 30 días)
Hans van der Horn
Hans van der Horn el 2 de Sept. de 2022
Dear all,
I'd like to verify if my approach is right. I'd like to obtain rotated subject scores after varimax rotation.
I have matrix M and perform pca:
[coeff, scores, latent, tsquared explained] = pca(M);
Then I rotate the first two PCs:
[RotatedCoeff,RotMatrix] = rotatefactors(coeff(:,1:2));
And compute rotated subject scores:
RotatedScores = scores(:,1:2)*RotMatrix;
Is this the right way to obtain rotated scores?
Thanks,
Best
Hans

Respuestas (0)

Categorías

Más información sobre Dimensionality Reduction and Feature Extraction en Help Center y File Exchange.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by