View source: R/MOconts-functions.R
This function allows users to find a single-arm multi-outcome multi-stage trial that allows ending for trial success if promising effects are observed on a general number of outcomes, specified by the user.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 | findDes(
K = default.K,
m = default.m,
J = default.J,
corr.mat = NULL,
vars = NULL,
corr.scalar = NULL,
nsims = 1e+05,
wang.delta = 0,
alpha = default.alpha,
power = default.power,
delta0 = default.delta0,
delta1 = default.delta1,
delta.true = NULL,
reuse.true.deltas = TRUE,
vars.true = NULL,
working.outs = NULL,
maxn.stage = 200,
return.boundaries = FALSE,
return.ts = FALSE
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.