View source: R/opchar_gs_norm.R
| opchar_gs_norm | R Documentation |
opchar_gs_norm() determines the operating characteristics of a
specified multi-stage group-sequential multi-arm clinical trial design
assuming the primary outcome variable is normally distributed, for given
values of the true treatment effects, using multivariate normal integration.
opchar_gs_norm(des = des_gs_norm(), tau, summary = FALSE)
des |
A |
tau |
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_gs_norm, des_gs_norm,
plot.multiarm_des_gs_norm, sim_gs_norm.
# The operating characteristics for the default parameters
opchar <- opchar_gs_norm()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.