dtl_tier_the | R Documentation |
Get the theoretical FWER alpha given fixed correlation coefficient
dtl_tier_the(n, t, rho, q, alpha_s, delta)
n |
Sample size per arm at DTL look |
t |
A vector of information fraction of final stage |
rho |
Fixed correlation coefficient |
q |
Response rate under the null |
alpha_s |
Significance level for the final stage |
delta |
Least difference to decide superiority of high dose |
Theoretical FWER alpha
# Without interim analysis
dtl_tier_the(n = 80, t = 1, rho = 0.4, q = 0.3, alpha_s = 0.025, delta = 0.05)
# With interim analysis
dtl_tier_the(n = 80, t = c(0.5, 1), rho = c(0.4, 0.2), q = 0.3, alpha_s = 0.025, delta = 0.05)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.