Description Usage Arguments Details Value
Hypothesis: H_0: p_1 > p_2 + d H_1: p_1 < p_2 + d
1 2 3 |
sim_id |
The simulation ID reference number |
p1tru |
True value for response rate arm 1 |
p2tru |
True value for response rate arm 2 |
delta |
Relative difference of interest (X - Y > delta) |
n1int |
Individuals with follow-up at each interim arm 1 |
n2int |
Individuals with follow-up at each interim arm 2 |
a1 |
Prior parameter arm 1 |
b1 |
Prior parameter arm 1 |
a2 |
Prior parameter arm 2 |
b2 |
Prior parameter arm 2 |
post_method |
What method to use for estimating the Beta inequality. One of 'exact', 'approx' or 'sim'. |
Terimnal decision rule: Pr(p_1 < p_2 + d | x_i) > k_hi => H_1 Pr(p_1 < p_2 + d | x_i) < k_lo => H_0 Otherwise => inconclusive
Interim decision rule: Pr(p_1 < p_2 + d | x_i) > k_hi => H_1 Pr(p_1 < p_2 + d | x_i) < k_lo => H_0
OR
PPoS > q_hi => expect success => H_1 PPoS < q_lo => futile => H_0
Otherwise => continue to k + 1
A data.table of the simulated trial containing one row for each interim analysis.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.