Created
October 5, 2018 05:35
-
-
Save srishtis/327d1c0e8070dabbaedc00a0b3552508 to your computer and use it in GitHub Desktop.
This snippet helps you investigate the PCA rotation matrix
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# obtain the rootation matrix | |
cars.PC.cor$rotation | |
# obtain the biplot | |
biplot(cars.PC.cor) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment