dtl_sim_stat | R Documentation |
Generate normal approximated test statistics for drop-the-losers (DTL) design
dtl_sim_stat(nsim, n, q, t, rho)
nsim |
Number of replicates |
n |
Sample size per arm at DTL look |
q |
Response rate under the null |
t |
A vector of information fraction of final stage |
rho |
Fixed correlation coefficient |
Data frame of the simulated test statistics
dtl_sim_stat(nsim = 1000, n = 80, q = 0.3, t = c(0.3, 1), rho = c(0.5, 0.3))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.