Skip to content
Prev 52793 / 63424 Next

varimax implementation in stats package

factanal() was originally in MASS which is support software for Venables & Ripley (2002). They have Bartholomew & Knott (1999) as the main reference for factor analysis, so that would be a place to look (I don't have it to hand). 

At any rate, varimax optimizes a well-defined criterion, so the "only" thing to do is to verify that the algorithm does that, not that it is somehow equivalent to any other algorithm. On the face of it, I would guess that it is derived ab initio, there is nothing pairwise about the code.

-pd
On 02 Jan 2017, at 08:53 , Sebastian Starke <s.starke at hzdr.de> wrote: