get.tte.df | R Documentation |
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 )
m.con.prior |
number of prior events for control |
m.trt.prior |
number of prior events for treamtent |
HR.prior |
HR estimate |
HR.obs |
Observed HR |
m.obs |
Obeserved number of events |
ARatio |
Randomization ratio |
HR.tv |
Base TPP for HR |
HR.lrv |
Min TPP for HR |
tau.tv |
threshold associated with Base TPP |
tau.lrv |
threshold associated with Min TPP |
tau.ng |
threshold associated with No-Go |
A data.frame is returned
my.tte.df <- get.tte.df() head(my.tte.df)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.