jgoosen
About
- Username
- jgoosen
- Joined
- Visits
- 55
- Last Active
- Roles
- Member
Comments
-
Hey Augustin There is a bug in JASP at the moment that might be causing your issue, see https://github.com/jasp-stats/jasp-issues/issues/2376 If that doesnt sound like your problem I would suggest you make an issue there because I only sporadicall…
-
Hey The problem here is that we changed fileformats for 0.18.1 and they cannot be openend in older versions. However, the problem here seems to be that the new version apparently cannot open files. This is something we can look at and make sure sh…
-
Hey Jonathan, This issue https://github.com/jasp-stats/jasp-issues/issues/1424 describes the problem and the same solution you posted. Maybe `flatpak update --commit=212d267860a3001081816007b074dd57993335aec23485c082d40034c6a5b857 org.kde.Platform/…
-
@loncaricd we haven't got an installer in winget but we might consider doing this if demand for this is high enough, for this an issue in jasp-issues would be warranted with this request. Besides that, too ease your current installation pain, you …
-
Also, perhaps you have the same problem as https://github.com/jasp-stats/jasp-issues/issues/1600 and posting there will make it a lot easier for me to fix this problem
-
@mtorla can you try (after having started your chromebook and not running JASP yet) the following: open the linux terminal start jasp as `flatpak run org.jaspstats.JASP --safeGraphics` Does that help? If it doesn't please post the output from the t…
-
@Sameha and @PerPalmgren Are you using Windows 10 and is your problem similar to either of: https://github.com/jasp-stats/jasp-issues/issues/1490 https://github.com/jasp-stats/jasp-issues/issues/1431 I am trying to figure out what is wrong but ha…
-
Hey Anke, I've never heard of this bug so it would be good if you could open an issue on github as EJ suggested. I can help you out there much better than I could here. Kind regards, Joris
-
Hello Philip, Theoretically it is possible to run JASP headless (without a GUI) but it isn't very useful. We are working on making all JASP analyses available directly in R and once we have that you could use that to run JASP-analyses in R on AWS o…
-
Well this more detailed description of what you did should also suffice, thank you for getting back to me. I'll add this info to our issue so that this can be tested and if we have taken the unnecessary data out or not.
-
TizianaLanciano, this looks like a bug. It would be quite helpful if you could save the file and let it make its way to us. Via the issue tracker we have, as explained in the link EJ posted, that way it becomes part of our to-do list.
-
Ah well, we are definitely aware of the problem and are working on it. Apparently 0.15 could be optimistic, but if it is we solve it in 0.15.1 What would help us out quite a lot is if you could send us this file.
-
Ah it has been brought to my attention that in fact this issue has been known to us for a while at: https://github.com/jasp-stats/jasp-issues/issues/999 And this will be fixed in 0.15, I've made sure a message is shown in the 0.14 versions of JASP …
-
Hey GoldenRetriever, This sounds like something we should look at! It would be very helpful if you could open an issue here: https://github.com/jasp-stats/jasp-issues/issues If you could upload the jasp-file somewhere and link it to me (either via …
-
Hi Markus, We are planning on adding support for having multiple filters enabled at the same time and having more than one (version of the) data set active. This would do what you want, but we haven't had the time to implement it yet. Hopefully we …
-
I'm afraid that that isn't supported right now, but I'll be adding support for it so it will be possible in the next version. You can do it in the "R" computed column btw with something like: Equipment %in% grep("Camera", Equipm…
-
Hey jasper2, Thanks for letting us know it works. That JASP gets choppy in safe graphics mode on M1 is not so strange. Safe graphics means all rendering is done in software instead of on a graphics card, which usually is quite a bit slower than on…
-
Hello, I am one of the programmers or JASP. I work on Big Sur and can assure you JASP works fine on it. There is one problem, Mac has brought out new chips in the very latest iMac mini. And we have no clue whether JASP works on it. Apple added some…
-
A big chance is that the two DisplayPort ports are connected to different videocards in your computer. Often there are settings in your graphics drivers that decide on which videocard a "game" should run, JASP uses the same kind of renderi…
-
"Wow, enabling the safegraphics option did the trick! Even more interestingly, it works w/o that switch since them..." This makes sense, as the flag tells JASP to turn that setting on, you can see it in Preferences -> Interface. However…
-
Well, going to jasp-issues wouldn't have made us solve it faster but it does increase fidelity of communication. It looks quite bad like that! Are you running the latest version of you video drivers? Could you try running it from the terminal like: …
-
So those mail notifications are on, but I cannot find any of your messages. Not to push you off or anything, I want to help you out, but it would really be helpful if you instead asked this question through our github page for issues at: https://git…
-
Hello drgroverbproctor! Sorry for not getting back to you before, but I honestly never use this forum unless my attention is pointed here by someone. In this case I had expected to get mail notifications for your responses... I'll see what is up w…
-
I've put it on our to-do list, it'll probably be part of 0.14
-
Rbeesley, at which version were you before?
-
Hi, There are some shortcuts builtin right now. But Im afraid that right now JASP won't really be very useful for a blind person. We do want to make it usable for you, but this is not easily done. And many other things also need to be done. Sor…
-
Aah yeah, I see what is going wrong. You seem to have the following folder on your computer: "c:\program files\adoptopenjdk\jre-11.0.7.10-hotspot\bin\" that leads JASP astray. Quite possibly other programs as well by the way. You can sol…
-
Could it possibly be similar to this problem: https://github.com/jasp-stats/jasp-issues/issues/681 I've been trying to get more info on this problem but the original poster of the issue went missing in action and then the second follow up came from…
-
Hello Yorgos, I cannot help with the statistical part of your question Im afraid, but as far as the results not updating as you changed the filter... This could be several things, maybe it updated so quickly you didn't notice and it gave the same r…
-
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.