Analysis of Effects output from JASP R code?
Hi There,
Just started using JASP and BayesFactor for Anova's and wanted to know if there was a way to get the analysis of effects output from JASP using R?
Currently I have only compared models with and without interactions using BayesFactor in R (e.g BF[4] / BF[3]), but I really like the analysis of effects function in JASP which quantifies support for inclusion of particular effects. Is there a way to get this output in BayesFactor using R?
Obvious Answer: Just use JASP! (annoyingly I need to use R to be consistent with the rest of the analysis which requires me to use R)
Any help even if it just is to say 'no you can't do that' would be appreciated!
Comments
Hi Gabriel
We are working to code up all our analyses in an R package, but it's not ready for prime time just yet. Let me attend some of the team members to your question and see what we can do.
Cheers,
E.J.
Hi E.J
Thats exciting about the R package! Thank you!
All the best,
Gabriel
Hi Gabriel,
Until the JASP R package is available 😅, you can use
bayestestR::bayesfactor_inclusion()(gives the same results as JASP).Mattan
Hi Mattan,
Thanks for this! Just downloaded the package now.
All the best,
Gabriel