After getting the "go"-decision to go to phase III, i.e. our results of phase II are over the predefined threshold kappa
, this function
calculates the probability, that our program is successfull, i.e. that both endpoints show a statistically significant positive treatment effect in phase III.
posp_normal(
kappa,
n2,
alpha,
beta,
Delta1,
Delta2,
sigma1,
sigma2,
in1,
in2,
fixed,
rho,
rsamp
)
The output of the function posp_normal()
is the 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
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
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 Delta1
is used as fixed effect
correlation between the two endpoints
sample data set for Monte Carlo integration