Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Export/Save function for factor scores in EFA and PCA #101

Closed
annamwolf opened this issue Oct 23, 2017 · 19 comments · Fixed by jasp-stats/jaspFactor#215
Closed

Export/Save function for factor scores in EFA and PCA #101

annamwolf opened this issue Oct 23, 2017 · 19 comments · Fixed by jasp-stats/jaspFactor#215

Comments

@annamwolf
Copy link

Having done an exploratory factor analysis, many reseachers want to continue their analyses (t-test, ANOVA etc.) with the factor scores that can be calculated from the EFA analysis. Afaik, most people use the Thurstone/regression approach, but it would be optimal if you could implement a choice (https://www.personality-project.org/r/html/factor.scores.html).

  • Enhancement: Adds the missing feature to purposefully use the results from an EFA and not only see which items create a factor.
  • Purpose: Enables people to continue a statistical analysis with the factor scores as, for example, a dependent variable.
    Thanks a lot!
@boutinb boutinb self-assigned this Dec 20, 2017
@boutinb
Copy link
Contributor

boutinb commented Dec 20, 2017

This kind of feature will be definitely implemented. Hopefully in few months.

@JorisGoosen JorisGoosen transferred this issue from jasp-stats/jasp-desktop Nov 13, 2018
@tkasci
Copy link

tkasci commented Oct 15, 2020

I would also be happy to see this feature in future releases.

@vandenman vandenman assigned vandenman and unassigned boutinb Oct 15, 2020
@EJWagenmakers
Copy link
Collaborator

This should be easier to implement now that we have already included similar functionality for, say, the Machine Learning module.

@patc3
Copy link

patc3 commented Feb 3, 2021

FWIW I too would like it.. I resorted to reproducing the EFA in R (using psych::fa) and requesting factor scores (and comparing the outputs of JASP and R to make sure I was reproducing it correctly)

If I can help to add this feature please let me know how

@TZaks
Copy link

TZaks commented Apr 19, 2021

Is there an update on this? I am also in the position of having used JASP to estimate the factors, but need the scores for further analyses.

@vandenman
Copy link
Contributor

The code exists but it's currently not possible to export more than one column to the data set. As a temporary workaround, we could add a button that exports the factor scores as a csv or so.

@TZaks
Copy link

TZaks commented Apr 19, 2021 via email

@MCube78
Copy link

MCube78 commented Mar 29, 2023

Hi Everyone, it's been over 5 years since the original request. I hate asking, but I still don't see it in the GUI (am I missing it?). Any workaround yet (like exporting to csv or txt)?

@juliuspfadt
Copy link
Contributor

I am sorry for the delay, this is still on our radar, but not the highest on the priority list. This is internally related to adding computed columns from R (https://github.com/jasp-stats/INTERNAL-jasp/issues/694). Maybe @JorisGoosen can say more about this

@JorisGoosen
Copy link
Contributor

Currently I am rewriting the data-backend, which will allow analyses to easily add columns to the dataset.
Seeing as how the code is already there it should be easy to take those changes by Erik-Jan and make them functional.

@micahgallen
Copy link

Since we got the new data editing, I guess that is the first push of the new back end? Sounds like this issue may finally be resolved in the near future - that would be great!!

@JorisGoosen
Copy link
Contributor

Hehe, im working on it right now ;)

@micahgallen
Copy link

You guys rule. I've converted many people to JASP and I won't stop any time soon! Love the work you all do. Thanks!!!

@patc3
Copy link

patc3 commented Nov 7, 2023

You guys rule. I've converted many people to JASP and I won't stop any time soon! Love the work you all do. Thanks!!!

hahaha me too I've converted a ton of people (profs and students alike)

@tomtomme
Copy link
Member

tomtomme commented Feb 15, 2024

related: #2265 - wants this for CFA and SEM

@tomtomme
Copy link
Member

@annamwolf
This is now actively being worked on. However it will likely not make it into 0.19 which will be released in some weeks.
But 0.20 might ship this important feature.

@tomtomme
Copy link
Member

@juliuspfadt
Nice!
Will this be in 0.19 or 0.20 now?

@koenderks
Copy link

It's in the codebase so it will probably be shipped in 0.19.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.