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

Bifactor Rotation and random starts #45

Closed p-gw closed 8 months ago

p-gw commented 8 months ago

This pull requests implements the bifactor rotation method and adds utiltity to rotate from random starting matrices.

closes #44 closes #46

TODO

codecov[bot] commented 8 months ago

Codecov Report

Attention: 2 lines in your changes are missing coverage. Please review.

Comparison is base (2bacc2f) 90.50% compared to head (d8f7a9e) 91.30%.

Files Patch % Lines
src/rotate.jl 97.95% 1 Missing :warning:
src/utils.jl 50.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #45 +/- ## ========================================== + Coverage 90.50% 91.30% +0.80% ========================================== Files 22 22 Lines 379 437 +58 ========================================== + Hits 343 399 +56 - Misses 36 38 +2 ```

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