Variables
Allows user to investigate how the variables contribute to the principal component analysis (PCA).
This sub-tab focuses on the relationship between your original variables (columns) and the principal components (PCs) that were calculated. It helps you understand which variables drive the variance captured by each PC and how well the variables are represented in the reduced PCA space.

This visualization within the Variables sub-tab helps you understand how your original variables relate to the principal components (PCs) and to each other in the reduced PCA space. It's often called a "Correlation Circle" or "Loadings Plot".
PANDORA typically provides two versions of this plot:
Correlation Plot (Colored by Quality): Variables colored based on how well they are represented in the plot.
Correlation Plot Clustered: Variables colored based on cluster analysis performed on their PCA coordinates/loadings.


How to Interpret the Correlation Circle
Variables as Arrows: Each arrow represents one of your original variables. The endpoint of the arrow shows the variable's coordinates on the chosen principal components (typically PC1 on the X-axis and PC2 on the Y-axis).
Correlation with PCs:
Variables with arrows pointing strongly towards the right have high positive correlations with PC1.
Variables pointing strongly towards the left have high negative correlations with PC1.
Variables pointing strongly upwards have high positive correlations with PC2, and downwards indicate negative correlations with PC2.
Relationship Between Variables:
Positively Correlated: Variables whose arrows point in roughly the same direction are positively correlated with each other.
Negatively Correlated: Variables whose arrows point in roughly opposite directions (across the origin) are negatively correlated with each other.
Uncorrelated: Variables whose arrows are roughly perpendicular (90 degrees) are likely uncorrelated.
Quality of Representation (Distance from Origin):
The further an arrow extends from the origin (center), the better that variable's variance is represented by the two principal components shown in the plot. Variables close to the origin are not well represented in this specific 2D view (their variance might be explained by other PCs not plotted).
Specific Plot Types
Correlation Plot (Colored by cos2):
In this version, the color of each arrow typically indicates its quality of representation (cos2) on the factor map (the current plot).
Warmer colors (like red/orange) usually signify higher cos2 values, meaning the variable is well-represented in this plot. Cooler colors (like blue/green) indicate lower cos2 values.
Correlation Plot Clustered:
This plot applies a clustering algorithm (like k-means) to the variables based on their coordinates (loadings) on the principal components.
Variables are colored according to the cluster they belong to. This helps visually identify groups of variables that have similar profiles or contributions across the principal components.
Download Options
You can usually download these plots as SVG files (recommended for scalability) or right-click to save them as PNG images directly from PANDORA.
Last updated
Was this helpful?