0

I want to know that in PCA analysis or FAMD the lengths of arrows in correlation circle plot(which can be plotted by bellow code) is equal to which parameter(coefficient estimates,cos2,contribution,...) while their coordinates represent their loadings?

 fviz_pca_var(res.pca)

res.pca is the result of fitting PCA analysis on our data. enter image description here Any help would be greatly appreciated.

far
  • 21
  • 4

1 Answers1

-1

The length of the an arrow represents how well the parameter explains the distribution of the data. A parameter with an arrow that is clearly longer than others has a better correlation.

In your case, most arrows have a similar length, so the parameters contribute equally.