Effect sizes for Bayesian Mixed ANOVA and Mann Whitney U test
Hello,
I am trying to publish a paper in which I am using a Bayesian Mixed ANOVA with a 2x2x2 design. I am also using some Mann Whitney U tests to compare two groups. A reviewer has now asked for me to include effect sizes.
Is there a way to compute effect sizes in JASP for these tests? Or something equivalent that I could offer? If not in JASP, does anyone have any pointers how to do this in R or really any other plattform?
Cheers,
Max

Comments
You might be interested in the
effectsizepackage for both these issues:Thanks for the reference to the package!
Does anyone have any experiences with using JASP for the analysis but then stan for the effect size estimation? Is there a way to get the "underlying" R code that is used for an analysis that was carried out in JASP?
Cheers,
E.J.
Hey E.J.,
Thanks, sounds good! But concerning 2: Where can I find the effect sizes for a repeated-measures ANOVA in JASP? Are they computed for each predictor and interaction or for each model?
I'm not sure if it is missing because I'm not entirely sure what to look for.
Cheers,
Max
@max_gold , The only available effect size measure for the Bayesian ANOVAs is R^2. This is computed for each model and you can obtain a model-averaged R^2. The frequentist ANOVAs provide η^2 and several other effect size measures for which we do not (yet) have Bayesian counterparts. That certainly warrants a feature request.
Okay, thank you for the info!