The utility function calculates the expected utility of our drug development program and is given as gains minus costs and depends on the parameters and the expected probability of a successful program.
The utility is in a further step maximized by the optimal_multiple_normal()
function.
utility_multiple_normal(
kappa,
n2,
alpha,
beta,
Delta1,
Delta2,
in1,
in2,
sigma1,
sigma2,
c2,
c02,
c3,
c03,
K,
N,
S,
steps1,
stepm1,
stepl1,
b1,
b2,
b3,
fixed,
rho,
relaxed,
rsamp
)
The output of the function utility_multiple_normal()
is the expected utility of the program.
threshold value for the go/no-go decision rule; vector for both endpoints
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
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
variable per-patient cost for phase II
fixed cost for phase II
variable per-patient cost for phase III
fixed cost for phase III
constraint on the costs of the program, default: Inf, e.g. no constraint
constraint on the total expected sample size of the program, default: Inf, e.g. no constraint
constraint on the expected probability of a successful program, default: -Inf, e.g. no constraint
lower boundary for effect size category "small"
in HR scale, default: 1
lower boundary for effect size category "medium"
in HR scale = upper boundary for effect size category "small"
in HR scale, default: 0.95
lower boundary for effect size category "large"
in HR scale = upper boundary for effect size category "medium"
in HR scale, default: 0.85
expected gain for effect size category "small"
expected gain for effect size category "medium"
expected gain for effect size category "large"
choose if true treatment effects are fixed or random, if TRUE Delta1
is used as fixed effect
correlation between the two endpoints
relaxed or strict decision rule