-
Notifications
You must be signed in to change notification settings - Fork 10
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
use jaspColumn #125
use jaspColumn #125
Conversation
Uses jasp and jaspBase with changes from jasp-stats/jaspBase#138 jasp-stats/jasp-desktop#5302 .setColumnDataAsScale etc shouldnt be used by analyses (anymore)
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.
Thanks for doing this! However I get an error, see the code comment
ordinal=jaspResults[['sampleColumn']]$setOrdinal(sample), | ||
jaspResults[['sampleColumn']]$setNominal(sample)) | ||
|
||
if(!didItWork) |
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 get
This analysis terminated unexpectedly.
Error in !didItWork: invalid argument type
(suggesting that $set**** returns NULL
?)
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.
cause you first need those PRs
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.
Which are "those"?
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.
Ah I am an idiot, you linked them already here. oops 😅
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.
Ok, this does the job indeed!
Uses jasp and jaspBase with changes from
jasp-stats/jaspBase#138
jasp-stats/jasp-desktop#5302
.setColumnDataAsScale etc shouldnt be used by analyses (anymore)