View source: R/return.tte.int.data.req.r
return.tte.pp | R Documentation |
Return time to event preditive probility
return.tte.pp( m.con.prior = 50, m.trt.prior = 50, HR.prior = 0.845, ARatio = 1, interim.HR = seq(0.0025, 5, 0.0025), interim.m = c(428, 750, 1000), final.m = 1500, HR.tv = 0.139, HR.lrv = 0.139001, tau.tv = 0.1, tau.lrv = 0.8, tau.ng = 0.65, HR.ng = NULL, HR.go = NULL, go.thresh = 0.8, ng.thresh = 0.8 )
m.con.prior |
prior number of control events |
m.trt.prior |
prior number of treatment events |
HR.prior |
prior estimate for HR |
ARatio |
randomization ratio |
interim.HR |
Interim HR |
interim.m |
Interim events |
final.m |
final events |
HR.tv |
TPP Target Value aka Base TPP |
HR.lrv |
TPP Lower Reference Value aka Max TPP (large HRs lead to No-Go) |
tau.tv |
threshold associated with Base TPP |
tau.lrv |
threshold associated with Min TPP |
tau.ng |
threshold associated with No-Go |
HR.ng |
HR needed for ng; leave null for standard rule |
HR.go |
HR needed for go; leave null for standard rule |
go.thresh |
go threshold for predictive probability |
ng.thresh |
no-go threshold for predictive probability |
A data.frame is returned
Greg Cicconetti
{ return.tte.pp() }
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.