Extracts unique event times from survival data, optionally restricting to concordant pairs or specific causes.
jumptimes(
time,
status = TRUE,
id,
cause,
sample,
sample.all = TRUE,
strata = NULL,
num = NULL,
...
)Sorted vector of event times.
vector of event/censoring times.
vector of status indicators (default TRUE = event).
optional cluster identifier for concordant pair times.
optional cause value to select.
optional maximum number of time points to return.
logical; if TRUE and sampling, include remaining times.
not used.
optional within-cluster numbering variable.
additional arguments.