tauCens | R Documentation |
Estimator of Kendall's tau for censored data
tauCens(formula, data = NULL, method = "adjusted")
formula |
a formula object, with the response on the left of a ~
operator, and the terms on the right. The response must be a
survival object as returned by the |
data |
a data.frame containing the variables in the model. |
method |
which estimator to use. The non-parametric estimator from Hougaard (2000) or the naive one where non-fully observed pairs are left out. |
Kendall's tau is a rank based measure of dependence. Note that this estimator is biased towards zero (and so is the estimator for the variance).
non-parametric estimate of Kendall's tau and parametric estimates from three different frailty models.
Jeppe E. H. Madsen <jeppe.ekstrand.halkjaer@gmail.com>
Hougaard, Philip. Analysis of multivariate survival data. Springer Science & Business Media, 2012.
tauPar taucpp
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.