anovaBFcalc
is an R package that is designed to help users easily calculate Bayes factors from minimal ANOVA summary statistics (i.e., the F statistic and the degrees of freedom of the test). It contains two R functions and an interactive Shiny app; the app's usage is described in the paper "Estimating evidential value from ANOVA summaries: A comment on Ly et al. (2018)", published in Advances in Methods and Practices in Psychological Science.
To run the anovaBFcalc
Shiny app on your computer locally, the following R packages are required:
They may be installed by typing the following at the R console:
install.packages("devtools")
install.packages("shiny")
install.packages("plotrix")
Now, to install and launch the anovaBFcalc
app, type the following commands:
devtools::install_github("tomfaulkenberry/anovaBFcalc")
anovaBFcalc::anovaBFcalc()
If you want to use the standard version of the anovaBFcalc
interactive app, installation is
not required. The application is already deployed on the shinyapps.io server,
and can be found at the following link: https://tomfaulkenberry.shinyapps.io/anovaBFcalc/
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.