Learn R Programming

bpcs (version 1.0.0)

launch_shinystan: Tiny wrapper to launch a shinystan app to investigate the MCMC.

Description

It launches a shinystan app automatically in the web browser

Usage

launch_shinystan(bpc_object)

Arguments

bpc_object

a bpc object

Examples

Run this code
# NOT RUN {
m<-bpc(data = tennis_agresti,
player0 = 'player0',
player1 = 'player1',
result_column = 'y',
model_type = 'bt',
solve_ties = 'none')
launch_shinystan(m)
# }

Run the code above in your browser using DataLab