BFfe {mmibain}R Documentation

Shiny Application for Setting Up and Running Bayes Factors for Each Participant

Description

This function launches a 'shiny' application that allows users to set up and run a Bayes Factors analysis for each participant using the BF_for_everyone function.

Usage

BFfe()

Details

The app allows users to upload a CSV file, specify the formula for the linear model, define hypotheses, and select the participant variable. The app then runs the analysis and displays the results, including a summary of Bayes Factors, geometric product of Bayes Factors, and individual participant results.

Value

Launches a Shiny application in the user's default web browser.

References

Klaassen, F. (2020). Combining Evidence Over Multiple Individual Analyses. In R. van de Schoot & M. Miočević (Eds.), Small Sample Size Solutions: A Guide for Applied Researchers and Practitioners (1st ed., pp. 13). Routledge. doi:10.4324/9780429273872-11

Examples

# To run the Shiny app
if(interactive()){
  BFfe()
}


[Package mmibain version 0.2.0 Index]