discovr
discovr copied to clipboard
Ideas
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 aliasparameters()as it's a bit less confusing and simple
@strengejacke