Description Usage Arguments Examples
View source: R/efficacy_futility_toxicity.R
This function generats an efficacy stoping bound giving the parameters p and b.
1 | three.tail(N, n1, p0, p1, ptox_l, ptox_u, lambda = 1, w, alpha, beta, gam)
|
N |
maximum sample size |
n1 |
the sample size to start interim monitoring |
p0 |
null response rate |
p1 |
target response rate |
ptox_l |
a toxicity rate considered safe and we want to avoid stopping for safety under ptox_l |
ptox_u |
a toxicity rate above than ptox_u is overly toxic, requring immiediate stop |
lambda |
eff-tox correlation |
w |
weight |
alpha |
alpha |
beta |
beta |
gam |
probability of mistakenly stopping for toxicity when ptox<=ptox_l |
1 | three.tail(N=44, n1=1, p0=0.6, p1=0.8, ptox_l=0.05, ptox_u=0.35,w=0.5,alpha=0.05, beta=0.20,gam=0.1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.