powered by
Get time to event data.frame
get.tte.df( m.con.prior = 50, m.trt.prior = 50, HR.prior = 0.845, HR.obs = seq(0.3, 1, 0.01), m.obs = seq(10, 200, 5), ARatio = 0.5, HR.tv = 0.8, HR.lrv = 0.9, tau.tv = 0.1, tau.lrv = 0.2, tau.ng = 0.35 )
A data.frame is returned
number of prior events for control
number of prior events for treamtent
HR estimate
Observed HR
Obeserved number of events
Randomization ratio
Base TPP for HR
Min TPP for HR
threshold associated with Base TPP
threshold associated with Min TPP
threshold associated with No-Go
my.tte.df <- get.tte.df() head(my.tte.df)
Run the code above in your browser using DataLab