-
Notifications
You must be signed in to change notification settings - Fork 19
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
Add scores to data #215
Add scores to data #215
Conversation
3e9f6f8
to
0edbee4
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add possibility to specify factor names!
R/exploratoryfactoranalysis.R
Outdated
colNameR <- colNamesR[ii] | ||
|
||
if (jaspBase:::columnExists(colNameR) && !jaspBase:::columnIsMine(colNameR)) { | ||
.quitAnalysis(gettext("Column name already exists in the dataset")) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it would make sense to also say which variable name already exists (otherwise it might be a bit confusing for users with very wide datasets)
0edbee4
to
1498ce8
Compare
seems like your review does not count... |
fixes jasp-stats/jasp-issues#101