This function calculated the probability that we go to phase III, i.e. that results of phase II are promising enough to get a successful drug development program. Successful means that both endpoints show a statistically significant positive treatment effect in phase III.
pgo_multiple_normal(
kappa,
n2,
Delta1,
Delta2,
in1,
in2,
sigma1,
sigma2,
fixed,
rho,
rsamp
)
The output of the function pgo_multiple_normal()
is the probability to go to phase III.
threshold value for the go/no-go decision rule; vector for both endpoints
total sample size for phase II; must be even number
assumed true treatment effect given as difference in means for endpoint 1
assumed true treatment effect given as difference in means for endpoint 2
amount of information for Delta1 in terms of sample size
amount of information for Delta2 in terms of sample size
standard deviation of first endpoint
standard deviation of second endpoint
choose if true treatment effects are fixed or random, if TRUE Delta1 is used as fixed effect
correlation between the two endpoints
sample data set for Monte Carlo integration