View source: R/get.tte.post.param.r
get.tte.post.param | R Documentation |
Update parameters in time to event case
get.tte.post.param( m.con.prior = 10, m.trt.prior = 10, HR.prior = 0.7, ARatio = 1, HR.obs = 0.8, m.obs = 50 )
m.con.prior |
prior number of events for control group |
m.trt.prior |
prior number of events for treatment group |
HR.prior |
hazard ratio estimate |
ARatio |
randomization ratio |
HR.obs |
HR observed |
m.obs |
number of events |
A data.frame is returned.
my.tte.post.param <- get.tte.post.param() my.tte.post.param
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.