Hi all,
I am using PCA function from FactoMineR
package, which they return these 2 dataframes:
"$var$coord
" "coord. for the variables"
"$var$contrib
" "contributions of the variables"
can anyone help me explain the difference between these two factors? If I want to check what variables affect the separations on PC1 of PCA plot by ranking, which $var would be the right choice?
thank you!
Hi, one additional question, for this image:
if I want to know which variables that separate the yellow and blue dots, which
$var
should I use? I guess the$coord
, right? as it represents the coordinate on the PC1It is the combinaison of your variable that separate yellow and blue dots on PC1/PC2. If you want to know which one drive this behaviour the most you still have to look at
$var$contrib
$coord
only describe the localization of your dots on your screen