Estimates the probability of survival past some specified time using Kaplan-Meier estimation
surv.km.base(tl, dl, tt, weight.perturb = NULL)
estimate of survival at the specified time
observed event time of primary outcome, equal to min(T, C) where T is the event time and C is the censoring time.
event indicator, equal to I(T<C) where T is the event time and C is the censoring time.
the time of interest, function estimates the probability of survival past this time
an optional weight matrix to be incorporated in estimation.
Layla Parast