Reduce dimensionality and visualize your data.
PCA transforms a large number of correlated variables into a reduced set of uncorrelated principal components that capture most of the data variability. It is ideal for exploration and visualization of multivariate data.
Context : PCA on 8 biological parameters measured in 120 patients.
Result : PC1 explains 38% · PC2 explains 22% · Total: 60%
Interpretation : Two components are sufficient to summarize 60% of the information. The biplot reveals that blood pressure and cholesterol are strongly correlated (same direction on PC1), while age and blood glucose define an independent dimension (PC2).