Learn R Programming

serieslcb (version 0.1.0)

launch_app: Launch Shiny App

Description

Launches an instance of an R Shiny App, which runs locally on the user's computer.

Usage

launch_app(MonteCarlo = 1000)

Arguments

MonteCarlo

The number of Monte Carlo samples to take. E.g. In a Bayesian method, how many samples to take from a posterior distribution to estimate the lower \(\alpha\)-th quantile. The default value is 1000.

Details

If the "Download Histograms" button does not work, it can be fixed by launching the Shiny App on your local browser. This can be done by clicking on "Open in Browser" located at the top of your Shiny App. This seems to be an issue with the Download Handler that Shiny uses.