View source: R/get.tte.trt.oc.df.r
get.tte.trt.oc.df | R Documentation |
Get time to event treatment oc data.frame
get.tte.trt.oc.df( m.con.prior = 10, m.trt.prior = 10, HR.prior = 0.8, ARatio = 0.5, m.obs = 50, HR.tv = 0.7, HR.lrv = 0.9, HR.lower = 0.3, HR.upper = 2, tau.tv = 0.1, tau.lrv = 0.8, tau.ng = 0.65 )
m.con.prior |
number of prior events for control |
m.trt.prior |
number of prior events for treamtent |
HR.prior |
HR estimate |
ARatio |
randomization ratio |
m.obs |
observed events |
HR.tv |
HR for Base TPP |
HR.lrv |
HR for Min TPP |
HR.lower |
Lower bound for OC curve |
HR.upper |
Upper bound for OC curve |
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
Greg Cicconetti
my.tte.trt.oc.df <- get.tte.trt.oc.df() my.tte.trt.oc.df
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.