p-gw / FactorRotations.jl

Rotation methods for factor analysis and principal component analysis in Julia
https://p-gw.github.io/FactorRotations.jl/
MIT License
7 stars 2 forks source link

Add `normalize` argument to rotate #51

Closed p-gw closed 7 months ago

p-gw commented 7 months ago

This pull request adds the normalize argument to the rotate function. normalize = true (default: false) performs a kaiser normalization before rotation and denormalizes the rotated loading matrix after rotation.

codecov[bot] commented 7 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 91.44%. Comparing base (4568c7a) to head (6629663).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #51 +/- ## ========================================== + Coverage 91.30% 91.44% +0.13% ========================================== Files 22 22 Lines 437 444 +7 ========================================== + Hits 399 406 +7 Misses 38 38 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.