statsmodels.multivariate.factor.FactorResults.rotate¶
- FactorResults.rotate(method)[source]¶
 Apply rotation, inplace modification of this Results instance
- Parameters:¶
 - method
str Rotation to be applied. Allowed methods are varimax, quartimax, biquartimax, equamax, oblimin, parsimax, parsimony, biquartimin, promax.
- method
 - Returns:¶
 - None
nothingreturned,modificationsareinplace 
- None
 
See also
factor_rotationsubpackage that implements rotation methods
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.
  
    
      Last update:
      Jun 10, 2024