powered by
Estimate the modified cause-specific Kendall's tau for the evaluation of association for bivariate gap time with competing risks. See bigtcr-package.
bigtcr-package
get.gap.kt(obs.y, event, v, tau = Inf, nbs = 0)
\(Y\): time to failure events or censoring
0: censored; \(1, \ldots J\): type of failure events
Time to the first failure event (e.g. disease recurrence)
Conditioning time \(\tau\) under which the CCIF is defined
Number of bootstrap samples for bootstrap variances. When nbs is smaller than 1, bootstrap variances are not evaluated.
A list of the estimation and variances of modified casue-specific Kendall's tau
# NOT RUN { Kt <- get.gap.kt(obs.y=pancancer$obs.y, event=pancancer$min.type, v=pancancer$v, tau=120, nbs=5) # }
Run the code above in your browser using DataLab