EJ
About
- Username
- EJ
- Joined
- Visits
- 2,559
- Last Active
- Roles
- Member, Administrator, Moderator
Comments
-
Well, we'd have to solicit comments from Richard I guess! Cheers, E.J.
-
Hi Martin, I don't see anything in the derivation that would cause this to be a problem. But Richard knows the Bayesian ANOVA inside and out, so I hope he can confirm. Cheers, E.J.
-
Hi Dion, I can't see the file -- maybe I'm looking in the wrong spot. You can Email it to me directly, or put it on the OSF and send the link. Cheers, E.J.
-
Ah, I wish all questions were that easy to answer :-)
-
Hi Szabolcs, We will soon include the Vovk-Sellke maximum ratio in JASP. I think this is a pretty general rule, but I am not sure whether it applies after you do multiple comparisons. This sort of depends on how you deal with multiple comparisons i…
-
Hi Pieter, The answers: 1. "HOW IS H0 SPECIFIED?" H0 is the single point delta=0. So there is no spread. H0 states that the effect is completely and utterly absent. * "Am I correct in that H1 is the positive portion of the Cauchy …
-
Dear A, Yes, I think that's spot-on. I would report the results you mention, and I would also put an annotated .jasp file on the Open Science Framework. If you provide the link then everybody can view the output even without having JASP installed. C…
-
Hi Dion, Can you give us some more detail regarding the hypothesis? And maybe you can add a .jasp file or some output table? (if you aren't ready to share your results with the world just create fake labels and/or use half of the data set). Cheers, …
-
Hi Tali, I think this is a modeling issue that surpasses the distinction between the statistical paradigms. Suppose facilitation and inference are perfectly correlated, so that people who have large facilitatory effects also have large interference …
-
Thanks Pieter. Richard wrote a nice paper on confidence intervals (now that you mention them :-)): https://learnbayes.org/papers/confidenceIntervalsFallacy/ Cheers, E.J.
-
Hi Ksryan, The current version of JASP does not do the Kruskal Wallis test. Neither does it have MANOVA. Obviously these things are high on our to-do list (the Kruskal Wallis test higher than the MANOVA). Cheers, E.J.
-
Hi Papi, In the case of your design, the columns are the procedures you compare (so these are fixed) and the rows contain the performance (so that is not fixed). So basically, you are right, and in your 2x2 case the test reduces to a test for two p…
-
Hi JenC, I'm now writing a paper that explains the output. It will be done in a week or two, and as soon as that's accomplished I'll put it on my website. I have commented on similar questions before, so if you search this forum for "ANOVA&quo…
-
Hi Will, It's not ready for prime time (or any time, really). Right now I've only covered the binomial test. But very soon I'll add t-tests, correlation, and ANOVA. At that point I will distribute the manual. But I want to do this right so it will …
-
Hi FatCharlie, Yes, in the sequential analysis the Bayes Factor is plotted as each participant is added to the data set, in the order of the rows. Currently you cannot extract the exact data points. You may add a feature request to GitHub if you li…
-
OK, I'll forward this to our stepwise regression expert :-)
-
Sorry for the tardy response! Do you mean that "group" seems unlikely, even though there is a lot of evidence to prefer it over the null? This is because the BF_10 column compares each model against the null, whereas the P(M|data) column t…
-
hi Jannik, Can you send along a .jasp file or some screenshots so we can reproduce this? Cheers, E.J.
-
I'll pass this on to the team. E.J.
-
I am writing a tutorial paper on how to interpret these Bayesian ANOVAs. In the meantime, this is the go-to paper: http://www.ejwagenmakers.com/inpress/RouderEtAlinpressANOVAPM.pdf
-
Hi Tobi, It still would not matter. The BF gives you a continuous measure of evidence. The thresholds are arbitrary conventions. Useful for quick interpretation but one should never lose sight of the underlying continuous values. in other words, God…
-
That discrepancy is subtle. You would draw the same qualitative conclusion in either case. In my opinion, a BF of 2.2 is seriously different from a BF of about 8. As far as the different models go, often there is no better or worse -- the only thing…
-
Hi Tobi, OK. Here's what's going on: (1) In a between-subjects design, the Bayesian t-test (with default priors) gives the same result as the Bayesian ANOVA (with default priors). (2) In between-subject designs and in within-subject designs, the cl…
-
Are you doing your t-test on the difference in scores? Is this case there can be a discrepancy. But if you do your t-test on the two columns of data, the results should be the same (under the default prior in ANOVA and t-test)....Hmmm I'll look into…
-
I would be highly surprised if --with 20k datapoints-- the non-normality affects the qualitative conclusions. What you can do to check is transform the data to (approximate) normality and carry out the test on the transformed data. With 20k particip…
-
Oh, no, the degree of robustness has not been verified. But both classical and Bayesian tests rely on the same basic features of the data, so it stands to reason that they will be similarly affected. Cheers, E.J.
-
Hi ssk, The best way to understand what the width parameter does is to try a few values and inspect the prior-posterior plot. In the current version of JASP, all Cauchy priors are centered on 0, so the median is 0 (the distribution does not have a …
-
Hi MiraSo, * Right now JASP does not do data editing. So you'll have to first exclude your subjects in Excel, R, Word, or whatever data editing program you use, and afterwards use JASP. Not ideal, and we are working to include editing functionality…
-
Hi AnneG, There is a lot of information here. In JASP, are you trying to test the Main * Orient interaction? In that case, the relevant output is: Main + Orient 0.200 0.038 0.158 0.060 2.344 Main + Orient + Main ✻ Orient 0.200 0.014 0.058 0.023…
-
Hi duplex, If you ask for the R code on the JASP GitHub page then one of our programmers can send you the code. The code is of course also available on GitHub, but you might have to do some digging. In addition, see http://shinyapps.org/apps/RGraph…