discovr icon indicating copy to clipboard operation
discovr copied to clipboard

Ideas

Open DominiqueMakowski opened this issue 2 years ago • 0 comments

Hi Andy, I am going through the factor analysis tutorial and I thought I might write down some ideas/thoughts here for future reference, and we can discuss them someday and I'll make PRs for what you want ☺️

discovr_18: EFA

  • [ ] Unify correlation: Avoid swithing to psych by using the polychoric option in correlation() + its plotting features
  • [ ] sphericity and KMO: Use performance::check_factorstructure() for a prettier check output (https://github.com/easystats/performance/pull/552)
  • [ ] how many factors: reference (or use, but it might be overkill) n_factors()?
    • [ ] TODO for easystats: add plotting example that we have in the vignette + more details about each method)
  • [ ] Use directly parameters::factor_analysis()? tough benefits are probably small here
  • [ ] Replace model_parameters() calls by alias parameters() as it's a bit less confusing and simple

@strengejacke

DominiqueMakowski avatar Feb 26 '23 16:02 DominiqueMakowski