findDes: Find Multi-Outcome Multi-Stage Trials That Allow a General...

Description Usage

View source: R/MOconts-functions.R

Description

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.

Usage

 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
)

martinlaw/moms documentation built on June 18, 2021, 11:07 a.m.