Description Usage Arguments Details Value See Also Examples
Fast Kaplan-Meier estimator
1 2 |
time |
vector of right-censored survival times |
status |
censoring indicator for each element of |
ltrunc |
vector of left-truncation times |
left.limit |
indicates wether estimated survival function is left continuous |
eval |
points at which the estimated survival function should be evaluated |
This function calculates the Kaplan-Meier estimator for right-censored survival data,
at arbitrary time points. It can handle left-truncated and/or right-censored data with ties.
Avoids the overhead of the survfit
or prodlim
functions by stripping
away most of the features not needed here.
A list containing the vectors time
, surv
and variance
, and n.atrisk
1 2 3 4 5 6 7 8 9 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.