powered by
Expected probability to go to phase III for time-to-event outcomes
Epgo_tte(HRgo, d2, w, hr1, hr2, id1, id2, fixed)
The output of the functions Epgo_tte() is the expected probability to go to phase III.
Epgo_tte()
threshold value for the go/no-go decision rule
total number of events for phase II; must be even number
weight for mixture prior distribution
first assumed true treatment effect on HR scale for prior distribution
second assumed true treatment effect on HR scale for prior distribution
amount of information for hr1 in terms of number of events
hr1
amount of information for hr2 in terms of number of events
hr2
choose if true treatment effects are fixed or random, if TRUE hr1 is used as fixed effect
res <- Epgo_tte(HRgo = 0.8, d2 = 50, w = 0.3, hr1 = 0.69, hr2 = 0.81, id1 = 280, id2 = 420, fixed = FALSE)
Run the code above in your browser using DataLab