Tiny wrapper to launch a shinystan app to investigate the MCMC. It launches a shinystan app automatically in the web browser This function requires having rstan and shinystan installed

launch_shinystan(bpc_object)

Arguments

bpc_object

a bpc object

Examples

if (FALSE) {
m<-bpc(data = tennis_agresti,
player0 = 'player0',
player1 = 'player1',
result_column = 'y',
model_type = 'bt',
solve_ties = 'none')
launch_shinystan(m)
}