easystats / easystats/parameters

Handle local minima problem in FA/PC rotations

Open
#489 4 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Feature idea :fire:
Dominant language
R
Stars
499
Forks
45
Avg merge
3d 1h
Merged PRs (30d)
3

Description

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.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by examining the GPARotations implementations and the existing rotation behavior in the psych implementation. Compare this with fungible::faMain(), especially its random-start strategy and selection of the best result; done means rotation results avoid the reported local-minimum behavior and are covered by appropriate validation.

Written by the indexing model from the issue text.

Assessment

Tech stack
r
Domain
data
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
30/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.