View source: R/opchar_dtl_bern.R
| opchar_dtl_bern | R Documentation | 
opchar_dtl_bern() determines the operating characteristics of a
specified multi-stage drop-the-losers multi-arm clinical trial design
assuming the primary outcome variable is Bernoulli distributed, for given
values of the true treatment effects, using multivariate normal integration.
opchar_dtl_bern(des = des_dtl_bern(), pi, summary = FALSE)
| des | A  | 
| pi | A  | 
| summary | A  | 
A list containing the following elements
 A tibble in the slot $opchar giving the determined
operating characteristics.
 A tibble in the slot $pmf_N giving the determined
probability mass functions of the random required sample size.
Each of the input variables.
build_dtl_bern, des_dtl_bern,
plot.multiarm_des_dtl_bern, sim_dtl_bern.
# The operating characteristics for the default parameters
opchar        <- opchar_dtl_bern()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.