Description Usage Arguments Examples
It launches a shinystan app automatically in the web browser
1 | launch_shinystan(bpc_object)
|
bpc_object |
a bpc object |
1 2 3 4 5 6 7 | m<-bpc(data = tennis_agresti,
player0 = 'player0',
player1 = 'player1',
result_column = 'y',
model_type = 'bt',
solve_ties = 'none')
launch_shinystan(m)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.