d_surv | R Documentation |
various describer functions for surv types
d_surv(...)
d_tsum(x, w = NULL, weight = "sample", cens.type = "right", ...)
d_esum(x, w = NULL, weight = "sample", cens.type = "right", ...)
d_rate(x, w = NULL, cens.type = "right", ...)
... |
this is to be able to tolerate unnecessary arguments |
x |
vector |
w |
weight |
weight |
style of weighting, 'sample' (default) or 'case' |
cens.type |
what kind of censoring? |
d_tsum()
: sum of follow up time
d_esum()
: sum of events
d_rate()
: rate (d_esum / d_tsum)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.