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

Return factor correlation matrix #34

Closed p-gw closed 9 months ago

p-gw commented 9 months ago

We should also return the factor correlation matrix.

Probably wrap the rotation result in some kind of RotationResult struct.