
Plot a one-stage single-arm BF design
Source:R/s3-singlearm_bf_onestage_design.R
plot.singlearm_onestage_bf_design.RdProduces a 2x2 figure: top-left: operating characteristic curves; top-right: table-like summary; bottom-left: design priors under H0 and H1; bottom-right: analysis priors under H0 and H1.
Arguments
- x
An object of class
"singlearm_onestage_bf_design".- what
Character string; one of
"all"or"oc".- legend_pos
Position passed to
legend().- legend_inset
Numeric inset for
legend().- col_h0
Colour for H0 priors in bottom panels.
- col_h1
Colour for H1 priors in bottom panels.
- prior_lwd
Line width for prior density curves.
- ...
Currently unused.