R/bpc_exports.R
launch_shinystan.Rd
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)
bpc_object | a bpc object |
---|
if (FALSE) { m<-bpc(data = tennis_agresti, player0 = 'player0', player1 = 'player1', result_column = 'y', model_type = 'bt', solve_ties = 'none') launch_shinystan(m) }