Transcription of Title stata.com pca — Principal component analysis
{{id}} {{{paragraph}}}
Principal component analysisDescriptionQuick startMenuSyntaxOptionsOptions unique to pcamatRemarks and examplesStored resultsMethods and formulasReferencesAlso seeDescriptionpcaandpcamatdisplay the eigenvalues and eigenvectors from the Principal component analysis (PCA) eigen decomposition. The eigenvectors are returned in orthonormal form, that is, uncorrelatedand be used to reduce the number of variables or to learn about the underlying structure ofthe the correlation or covariance matrix directly. Forpca, the correlation orcovariance matrix is computed from the variables startPrincipal component analysis of dataPrincipal component analysis ofv1,v2,v3, andv4pca v1 v2 v3 v4As above, but retain only 2 componentspca v1 v2 v3 v4, components(2)As above, but retain
vce(normal) compute VCE of the eigenvalues and vectors assuming multivariate normality Reporting level(#) set confidence level; default is level(95) blanks(#) display loadings as blanks when jloadingsj<# novce suppress display of SEs even though calculated means display summary statistics of variables Advanced tol(#) advanced option; see ...
Domain:
Source:
Link to this page:
Please notify us if you found a problem with this document:
{{id}} {{{paragraph}}}