Description Usage Arguments Value See Also Examples
des_fixed() determines fixed-sample (i.e., single-stage) clinical
trial designs assuming the primary outcome variable is normally distributed.
1 2 3 4 5 6 7 8 9 10 11 |
alpha |
A |
beta |
A |
delta |
A |
sigma0 |
A |
sigma1 |
A |
ratio |
A |
quantile_sub |
A |
integer_n |
A |
summary |
A |
A list with additional class "OptGS_des". It
will contain each of the input variables (subject to internal modification),
relating them to the outputs of the various group-sequential design functions
in OptGS, along with additional elements including:
n: A numeric giving
n, the sample size for the identified
design.
n0: A numeric giving
n0, the sample size in the
control arm for the identified design.
n1: A numeric giving
n1, the sample size in the
experimental arm for the identified design.
name: A character string giving a name for the
identified design.
opchar: A tibble giving the operating
characteristics of the identified design when
τ = 0 and
τ = δ.
des_gs, des_nearopt,
des_opt, opchar,
sim, plot.OptGS_des,
plot.OptGS_opchar, print.OptGS_des,
summary.OptGS_des
1 2 | # The fixed-sample design for the default parameters
des <- des_fixed()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.