You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All of the GPARotations rotations have pretty severe problems with local minima. This can lead to erroneous rotation solutions. This is a problem in psych implementation, because it only rotates the factor solution once and returns that result. By contrast, the fungible::faMain() function rotates from random starting values many times (100 by default) and then returns the "global" minimum across that set. We should adopt a similar approach.
The text was updated successfully, but these errors were encountered:
If it’s just the rotated loadings you use from psych, then indeed fungible provides a good alternative. If you are also extracting fit information, etc., I’m not sure if fungible does that.
All of the GPARotations rotations have pretty severe problems with local minima. This can lead to erroneous rotation solutions. This is a problem in psych implementation, because it only rotates the factor solution once and returns that result. By contrast, the
fungible::faMain()
function rotates from random starting values many times (100 by default) and then returns the "global" minimum across that set. We should adopt a similar approach.The text was updated successfully, but these errors were encountered: