R/opchar_dtl_norm.R
opchar_dtl_norm.Rdopchar_dtl_norm() determines the operating characteristics of a
specified multi-stage drop-the-losers 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_dtl_norm(des = des_dtl_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.
# The operating characteristics for the default parameters opchar <- opchar_dtl_norm()