| c_surv | R Documentation | 
various comparer functions for surv types
c_surv(...)
c_rr(x, glist, w = NULL, cens.type = "right", ...)
c_sstd(x, glist, w = NULL, cens.type = "right", ...)
c_HR(x, glist, w = NULL, cens.type = "right", ...)
c_HRCI(x, glist, w = NULL, cens.type = "right", d.hrci = 2, ...)
... | 
 this is to be able to tolerate unnecessary arguments  | 
x | 
 vector  | 
glist | 
 a grouping list  | 
w | 
 weight  | 
cens.type | 
 type of censoring  | 
d.hrci | 
 digits argument for HR and confidence interval  | 
c_rr(): rate ratio, 2 groups only
c_sstd(): standardized difference between the rates of two surv
variables (difference in mean divided by 'average sd'-isch)
c_HR(): Hazard Ratio from Cox model
c_HRCI(): Hazard Ratio and confidence interval (as character) from
Cox model
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.