This function calculates the probability that our drug development program is successful. Successful is defined as at least one endpoint showing a statistically significant positive treatment effect in phase III.
EPsProg_multiple_tte(
HRgo,
n2,
alpha,
beta,
ec,
hr1,
hr2,
id1,
id2,
step1,
step2,
fixed,
rho,
rsamp
)
The output of the function EPsProg_multiple_tte()
is the expected probability of a successful program, when going to phase III.
threshold value for the go/no-go decision rule;
total sample size for phase II; must be even number
significance level
1-beta
power for calculation of sample size for phase III
control arm event rate for phase II and III
assumed true treatment effect on HR scale for endpoint OS
assumed true treatment effect on HR scale for endpoint PFS
amount of information for hr1
in terms of sample size
amount of information for hr2
in terms of sample size
lower boundary for effect size
upper boundary for effect size
choose if true treatment effects are fixed or random
correlation between the two endpoints
sample data set for Monte Carlo integration