tomfaulkenberry / anovaBFcalc

Shiny app to calculate Bayes factors from ANOVA summary statistics

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ANOVA Bayes Factor Calculator

Build Status

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.

How to use the app

1. Github version (Development version)

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()

2. shinyapps.io version (Standard version)

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/

About

Shiny app to calculate Bayes factors from ANOVA summary statistics

License:GNU General Public License v3.0


Languages

Language:R 100.0%