powered by
The AED1_SSR.CP() is used to calculate the conditional power of the Adaptive Enrichment Design (Strategy 1) with sample size re-estimation procedure
AED1_SSR.CP()
AED1_SSR.CP(c, Z1, N1, N2)
The critical value used at the final analysis
The test statistic obtained at the interim analysis
The sample size used at the first stage
The sample size used at the second stage
A list contains
Critical.Value The critical value used at the final analysis
Conditional.Power The value of conditional power given the observed data
Lin, R., Yang, Z., Yuan, Y. and Yin, G., 2021. Sample size re-estimation in adaptive enrichment design. Contemporary Clinical Trials, 100, p.106216. <doi: 10.1016/j.cct.2020.106216>
# NOT RUN { c <- 2.258 Z1 <- 1.975 N1 <- 248 N2 <- 200 AED1_SSR.CP(c = 2.258, Z1 = 1.974, N1 = 248, N2 = 200) # }
Run the code above in your browser using DataLab