Varimax rotation

From HandWiki
Short description: Concept in statistics

In statistics, a varimax rotation is used to simplify the expression of a particular sub-space in terms of just a few major items each. The actual coordinate system is unchanged, it is the orthogonal basis that is being rotated to align with those coordinates. The sub-space found with principal component analysis or factor analysis is expressed as a dense basis with many non-zero weights which makes it hard to interpret. Varimax is so called because it maximizes the sum of the variances of the squared loadings (squared correlations between variables and factors). Preserving orthogonality requires that it is a rotation that leaves the sub-space invariant. Intuitively, this is achieved if, (a) any given variable has a high loading on a single factor but near-zero loadings on the remaining factors and if (b) any given factor is constituted by only a few variables with very high loadings on this factor while the remaining variables have near-zero loadings on this factor. If these conditions hold, the factor loading matrix is said to have "simple structure," and varimax rotation brings the loading matrix closer to such simple structure (as much as the data allow). From the perspective of individuals measured on the variables, varimax seeks a basis that most economically represents each individual—that is, each individual can be well described by a linear combination of only a few basis functions.

One way of expressing the varimax criterion formally is this:

[math]\displaystyle{ R_\mathrm{VARIMAX} = \operatorname{arg}\max_R \left(\frac{1}{p}\sum_{j=1}^k \sum_{i=1}^p (\Lambda R)^4_{ij} - \sum_{j=1}^k \left(\frac{1}{p}\sum_{i=1}^p (\Lambda R)^2_{ij}\right)^2\right). }[/math]

Suggested by Henry Felix Kaiser in 1958,[1] it is a popular scheme for orthogonal rotation (where all factors remain uncorrelated with one another).

Rotation in factor analysis

A summary of the use of varimax rotation and of other types of factor rotation is presented in this article on factor analysis.

Implementations

  • In the R programming language the varimax method is implemented in several packages including stats (function varimax( )), or in contributed packages including GPArotation or psych.
  • In SAS varimax rotation is available in PROC FACTOR using ROTATE = VARIMAX.[2]

See also

Notes

  1. Henry F. Kaiser (September 1958). "The varimax criterion for analytic rotation in factor analysis". Psychometrika 23 (3). doi:10.1007/BF02289233. 
  2. "SAS/STAT(R) 9.22 User's Guide". https://support.sas.com/documentation/cdl/en/statug/63347/HTML/default/viewer.htm#statug_factor_sect029.htm. 

External links

 This article incorporates public domain material from the National Institute of Standards and Technology website https://www.nist.gov.