EJ
About
- Username
- EJ
- Joined
- Visits
- 2,557
- Last Active
- Roles
- Member, Administrator, Moderator
Comments
-
Ah, I see. Good to know. Well we are almost there, but it looks like version 1 is probably going to take until Christmas. If it makes your institution happy you can point them to me, and I'll explain that the "beta" nature of JASP pertains…
-
Hi Bryan, Yes, that must be frustrating. Our programmers are looking into it. In general, if you have any questions or concerns of a more technical nature, you are better off posting your message on our GitHub page -- this way you can correspond wi…
-
This is difficult to tell without the data. Maybe a screenshot helps. E.J.
-
Hi MP, In the BANOVA, no contrast are implemented (yet). But yeah, entering a file containing only those two groups' results is the way to go. Actually, we are working on Bayesian post hoc pairwise comparisons too...but if your a priori interest was…
-
Hi Jeremy, Currently, you can only edit the data file and execute the JASP analyses on the edited file. So the Select Cases trick won't work, and instead you'd really have to remove the cases you don't want to include in the analysis. We do realize…
-
Hi Anna, No, pizza plots aren't available for ANOVA. I guess the reason is that there are so many models, and so many Bayes factors. There is such a thing as too much pizza. With respect to the priors, you raise an important point. If you have a s…
-
The binomial test allows a subjective prior (through the parameters of the Beta distribution). In the next versions we add a subjective prior for the t-tests, and possibly the correlation. The ANOVA requires more work though. Honestly, I would simpl…
-
The R code issue has been on our agenda from the start. Unfortunately, our programming team at the time resisted my frequent urging to implement this, but it is still on the agenda. In terms of the percentage of users that actually want this, I thin…
-
Hi Inge, My advice is to use Bayesian statistics -- if you have few observations you will probably be told that the evidence is inconclusive (but that does not need to be the case). Also, the posterior distributions will just be wide. E.J.
-
Yes. We generally use the BayesFactor package for t-tests, ANOVA, and regression. E.J.
-
Can you upload an example? The new release will have label editing, but not (yet) on the y-axis, I think. Cheers, E.J.
-
Hi Metaphid, My guess is that JASP is trying to be smart, and it assesses from the absolute size of the numbers what the number of decimal points should be. Maybe the number of decimal points should be an option. I'll add it to the to-do list. Che…
-
Sometimes the BF is determined by numerical techniques (MCMC sampling, or numerical integration). These techniques come with uncertainty, and this is what the %error indicates. As a rule of thumb, I would start to worry when it exceeds about 5%, and…
-
Hi Tom, Well, that's one way of doing it. You could also do comparisons to the simpler models, for instance instead of (a) you could compare "Group" to "Group x set size". If you want to average across all such possibilities you…
-
Yes, that is exactly my preferred way of reporting the results! E.J.
-
Sure but this makes sense, right? If you look at the mode, it should be near zero. But the median is the 50% cut-off point, so creating a one-sided test makes a big difference. So it is not unrealistically high. It is just that with a non-symmetric …
-
Hi Moritz, I would apply the two-sided test and then toss out all the negative values for d. Cheers, E.J.
-
Hi Jasper (great name, BTW) This is really a question for Richard Morey. You could try to private-message him perhaps. Cheers, E.J.
-
Hi Dan, Well, "valid" indicates the number of valid responses (usually just the number of rows), and "missing" indicates the number of missing responses :-) (if some rows do not contain values in the relevant column). We are wo…
-
Hi Tom, a) Yes there is a clear effect of group. No transitivity calculation needed b & c) for the interaction effects, I would note that the best supported model is the one that has both group and the group * set size interaction. BTW, I don't…
-
I used an example data set and it used 4 decimal precision. Can you send a screenshot? E.J.
-
Hi Tom, * " "So the data are almost 30 times more likely under the two factor model than under the model with only setsize"- please how do I interpret this in relation to the main effect of condition?" I am not sure what you wa…
-
Correct. More specifically: (1) This is far away --it was always my intention to have this available, but programming limitations at the time JASP was designed made this too difficult. I pushed for it but there's only so much you can do. We will hav…
-
Yes! The next version will have data editing through a "sync and update" option, but filtering will be a separate feature for a release in the near future. Cheers, E.J.
-
Yes, just send the programmers the offending csv file and we'll sort it out. E.J.
-
See also Part II here: https://osf.io/m6bi8/ E.J.
-
Maybe you can the JASP programmers (through our GitHub page) your file, or else the first 10 rows or something. As an aside, if you open the CSV in another program (such as Excel), then it does work? This is important to know. E.J.
-
Do your columns start with a variable name? E.J.
-
Hi Perseus You won't get the BF10 from JASP. The BF10 from JASP is based on a specific set of priors; the implicit BF10 from the BIC is based on a different set of priors! Cheers, E.J.
-
Hi Perseus, Yes, BIC is an approximation to the Bayes factor, and you can use the transformations shown in the blog to make that more clear. But there is no "single" Bayes factor -- the JZS approach can be viewed as just a somewhat more i…