This function calculates the probability that our drug development program is successful. Successful is defined as both endpoints showing a statistically significant positive treatment effect in phase III.
EPsProg_multiple_normal(
  kappa,
  n2,
  alpha,
  beta,
  Delta1,
  Delta2,
  sigma1,
  sigma2,
  step11,
  step12,
  step21,
  step22,
  in1,
  in2,
  fixed,
  rho,
  rsamp
)The output of the function EPsProg_multiple_normal() is the expected probability of a successfull 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
assumed true treatment effect given as difference in means for endpoint 1
assumed true treatment effect given as difference in means for endpoint 2
standard deviation of first endpoint
standard deviation of second endpoint
lower boundary for effect size for first endpoint
lower boundary for effect size for second endpoint
upper boundary for effect size for first endpoint
upper boundary for effect size for second endpoint
amount of information for Delta1 in terms of sample size
amount of information for Delta2 in terms of sample size
choose if true treatment effects are fixed or random, if TRUE then Delta1 is used as fixed effect
correlation between the two endpoints
sample data set for Monte Carlo integration