credible_interval_app {statsr}R Documentation

Credible Interval shiny app

Description

Run the 'shiny' credible interval app to generate credible intervals under the prior or posterior distribution for Beta, Gamma and Gaussian families. Sliders are used to adjust the hyperparameters in the distribution so that one may see how the resulting credible intervals and plotted distributions change.

Usage

credible_interval_app()

Examples

if (interactive()) {
   credible_interval_app()
}

[Package statsr version 0.3.0 Index]