View source: R/build_dtl_bern.R
| build_dtl_bern | R Documentation | 
build_dtl_bern() builds a multi-stage drop-the-losers multi-arm
clinical trial design object assuming the primary outcome variable is
Bernoulli distributed, like those returned by des_dtl_bern.
build_dtl_bern(
  n1 = 210,
  n10 = 70,
  e = 2.17,
  Kv = c(2, 1),
  alpha = 0.025,
  beta = 0.1,
  pi0 = 0.3,
  delta1 = 0.2,
  delta0 = 0,
  ratio = 1,
  power = "marginal",
  type = "variable",
  summary = FALSE
)
| n1 | A  | 
| n10 | A  | 
| e | A  | 
| Kv | A  | 
| alpha | A  | 
| beta | A  | 
| pi0 | A  | 
| delta1 | A  | 
| delta0 | A  | 
| ratio | A  | 
| power | A  | 
| type | A  | 
| summary | A  | 
A list, with additional class
"multiarm_des_dtl_bern", containing the following elements:
 A tibble in the slot $opchar summarising the
operating characteristics of the identified design.
 A numeric in the slot $maxN specifying
N, the trial's total required sample
size.
 A numeric in the slot $n_factor, for internal use
in other functions.
Each of the input variables.
des_dtl_bern, gui,
opchar_dtl_bern, plot.multiarm_des_dtl_bern,
sim_dtl_bern.
# The design for the default parameters
des <- build_dtl_bern()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.