View source: R/get.tte.ssize.oc.df.r
get.tte.ssize.oc.df | R Documentation |
Get time to event sample size OC data.frame
get.tte.ssize.oc.df( m.con.prior = 10, m.trt.prior = 10, HR.prior = 0.75, ARatio = 1, m.obs = 50, m.lower = 40, m.upper = 120, HR.lrv = 0.75, HR.tv = 0.75, HR.user = 0.845, 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 number of events |
m.lower |
lower bound on number of events |
m.upper |
upper bound on number of events |
HR.lrv |
Min TPP for HR |
HR.tv |
Base TPP for HR |
HR.user |
user's 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.ssize.oc.df <- get.tte.ssize.oc.df() my.tte.ssize.oc.df
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.