| sim_gs_bern | R Documentation |
sim_gs_bern() determines the operating characteristics of a specified
multi-stage group-sequential multi-arm clinical trial design assuming the
primary outcome is Bernoulli distributed, for given values of the true
treatment effects, using simulation.
sim_gs_bern(
des = des_gs_bern(integer = TRUE),
pi,
replicates = 1e+05,
summary = FALSE
)
des |
A |
pi |
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_gs_bern, des_gs_bern,
opchar_gs_bern, plot.multiarm_des_gs_bern.
## Not run:
# The estimated operating characteristics for the default parameters
sim <- sim_gs_bern()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.