0

What does the contrib scale indicate in PCA plot?

enter image description here

Sinval
  • 1,315
  • 1
  • 16
  • 25
karadeniz
  • 5
  • 2

1 Answers1

0

Contains the contributions (in percentage) of the variables to the principal components. The contribution of a variable (var) to a given principal component is (in percentage) : (var.cos2 * 100) / (total cos2 of the component).

Source

Sinval
  • 1,315
  • 1
  • 16
  • 25