statsmodels.multivariate.factor.FactorResults.rotate

FactorResults.rotate(method) [source]

Apply rotation, inplace modification of this Results instance

Parameters: method (string) – Rotation to be applied. Allowed methods are varimax, quartimax, biquartimax, equamax, oblimin, parsimax, parsimony, biquartimin, promax.
Returns: None
Return type: nothing returned, modifications are inplace

Notes

Warning: ‘varimax’, ‘quartimax’ and ‘oblimin’ are verified against R or Stata. Some rotation methods such as promax do not produce the same results as the R or Stata default functions.

See also

factor_rotation
subpackage that implements rotation methods

© 2009–2012 Statsmodels Developers
© 2006–2008 Scipy Developers
© 2006 Jonathan E. Taylor
Licensed under the 3-clause BSD License.
http://www.statsmodels.org/stable/generated/statsmodels.multivariate.factor.FactorResults.rotate.html