R/opchar_gs_pois.R
opchar_gs_pois.Rdopchar_gs_pois() determines the operating characteristics of a
specified multi-stage group-sequential multi-arm clinical trial design
assuming the primary outcome variable is Poisson distributed, for given
values of the true treatment effects, using multivariate normal integration.
opchar_gs_pois(des = des_gs_pois(), lambda, summary = FALSE)
| des | A |
|---|---|
| lambda | 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_gs_pois()