wKendall {tranSurv} | R Documentation |
This is a temporary function, could be merged into the main function condKendall
.
Give conditional Kendall's tau with the ability to take on perturbation weights.
wKendall(trun, obs, delta = NULL, weights = NULL)
trun |
left truncation time satisfying |
obs |
observed failure time, must be the same length as |
delta |
an optional 0-1 vector of censoring indicator (0 = censored, 1 = event) for |
weights |
perturbation weights. |