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

Description Usage Arguments Examples

View source: R/bpc_exports.R

Description

It launches a shinystan app automatically in the web browser

Usage

1
launch_shinystan(bpc_object)

Arguments

bpc_object

a bpc object

Examples

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)

bpcs documentation built on Dec. 15, 2020, 5:23 p.m.