| sim_dtl_norm | R Documentation | 
sim_dtl_norm() determines the operating characteristics of a specified
multi-stage drop-the-losers multi-arm clinical trial design assuming the
primary outcome is normally distributed, for given values of the true
treatment effects, using simulation.
sim_dtl_norm(
  des = des_dtl_norm(integer = TRUE),
  tau,
  replicates = 1e+05,
  summary = FALSE
)
| des | A  | 
| tau | A  | 
| replicates | A  | 
| summary | A  | 
A list containing the following elements
 A tibble in the slot $sim giving the estimated
operating characteristics.
Each of the input variables.
build_dtl_norm, des_dtl_norm,
opchar_dtl_norm, plot.multiarm_des_dtl_norm.
## Not run: 
# The estimated operating characteristics for the default parameters
sim   <- sim_dtl_norm()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.