Learn R Programming

BayesPower (version 1.0.2)

BayesPower_BayesFactor: Launch the BayesPower Shiny Application

Description

This function starts the interactive Shiny application for Bayesian power analysis using Bayes factors. The app provides a graphical user interface built with shiny.

Usage

BayesPower_BayesFactor()

Arguments

Value

No return value, called for its side effects.

Details

The application includes both the UI and server components, which are defined internally in the package. When run, a browser window or RStudio viewer pane will open to display the interface.

Examples

Run this code
if (interactive()) {
  # Launch the Shiny application
  BayesPower_BayesFactor()
}

Run the code above in your browser using DataLab