- tl
observed event time of primary outcome, equal to min(T, C) where T is the event time and C is the censoring time.
- dl
event indicator, equal to I(T<C) where T is the event time and C is the censoring time.
- tt
the time of interest, function estimates the probability of survival past this time
- var
TRUE or FALSE; indicates whether a variance estimate for survival is requested, default is FALSE.
- conf.int
TRUE or FALSE; indicates whether a 95% confidence interval for survival is requested, default is FALSE.
- ps.weights
propensity score (or inverse probability of treatment) weights
- weight.perturb
a n by x matrix of weights where n = length of tl; used for perturbation-resampling, default is null. If var or conf.int is TRUE and weight.perturb is not provided, the function generates exponential(1) weights.
- perturb.ps
TRUE or FALSE indicating whether the weight.perturb matrix includes the perturbed propensity score (or inverse probability of treatment) weights
- perturb.vector
TRUE or FALSE; indicates whether a vector of the perturbed values of the survival estimate is requested, default is FALSE. This argument is ignored if both var and conf.int are FALSE.