dtl_sim_stat {dtlcor}R Documentation

Generate normal approximated test statistics for drop-the-losers (DTL) design

Description

Generate normal approximated test statistics for drop-the-losers (DTL) design

Usage

dtl_sim_stat(nsim, n, q, t, rho)

Arguments

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

Value

Data frame of the simulated test statistics

Examples


dtl_sim_stat(nsim = 1000, n = 80, q = 0.3, t = c(0.3, 1), rho = c(0.5, 0.3))



[Package dtlcor version 0.1.0 Index]