jgoosen
About
- Username
- jgoosen
- Joined
- Visits
- 57
- Last Active
- Roles
- Member
Comments
-
And as a small aside to Alexander's excellent post: you can also enter all of this directly as a filter. Either the point&click interface or the R-script entry. This should save you the step where you later put a filter on the generated column.
-
Hello Egemen, Ah yeah it seems you have found a bug. And I just noticed you opened an issue on our github page at https://github.com/jasp-stats/jasp-issues/issues/591 I'll respond there.
-
And a very good point about the issue-tracker, it is mentioned on jasp-stats.org but not on the github repo. So I will add some info there.
-
Btw, i've opened and fixed an issue with regards to your problem (without sharing your data) at https://github.com/jasp-stats/jasp-issues/issues/409 The next version, which should come out somewhere next week, will not crash on your file anymore. Be…
-
The github tracker is at: https://github.com/jasp-stats/jasp-issues/issues Maybe you could make an issue there and attach both the logfile and a jasp-file that crashes? I've taken a look at the logfile already and there does seem to be a bug but wi…
-
Hello! I am in one piece and can tell you that right now the exporting of data does not take the filter into account. This is not a bad idea however and I think it could be nice to have an "Export filtered" button or something like that. …
-
I think the best way to go about this is to create a new computed column. You will have to make a "Nominal Text" column using R. Assuming your conditions variable is called "condition" and subject number column "subject_nr&…
-
Hey amsa, I've taken a look at the jasp-file you sent me and I see you are using 0.9.1. When I reran your analysis in 0.9.2 the data was corrected, this was a small bug that we already fixed. So maybe you can try it with 0.9.2 and see if this solve…
-
I've send you a PM with my email-address.
-
Hi Amsa, Would it be possible for you to upload the jasp-file that you used to make this screenshot? Because some of the NaN's look sort of reasonable, especially where the LW's are specifically named (because there a division by zero occurs). Howe…
-
If I understand the question correctly than with the new version and a computed column this should be possible. What I understand, taking the shown example, is that two variables (Age & Height) must be combined in some way to create a single v…
-
Hey, You could make a computed column. If you scroll to the right in your dataview you will see a "plus"-symbol in the columns-header. Assuming you are using 9.1.0 anyway. Then you can create a column using R: (Image) Assuming your colu…