AED1_SSR.CP {esDesign}R Documentation

Calculate the conditional power of the Adaptive Enrichment Design with (Strategy 1) Sample Size Re-estimation Procedure

Description

The AED1_SSR.CP() is used to calculate the conditional power of the Adaptive Enrichment Design (Strategy 1) with sample size re-estimation procedure

Usage

AED1_SSR.CP(c, Z1, N1, N2)

Arguments

c

The critical value used at the final analysis

Z1

The test statistic obtained at the interim analysis

N1

The sample size used at the first stage

N2

The sample size used at the second stage

Value

A list contains

References

Examples

c <- 2.258
Z1 <- 1.975
N1 <- 248
N2 <- 200
AED1_SSR.CP(c = 2.258, Z1 = 1.974, N1 = 248, N2 = 200)

[Package esDesign version 1.0.3 Index]