tranSurv implements methods for survival analysis under a dependent truncation and independent right censoring via a structural transformation method. The package is still under active development.
A package that estimates survival curve under a dependent truncation and independent right censoring via a structural transformation method. The package also includes hypothesis test of quasi-independence based on the conditional Kendall’s tau of Martin and Betensky (2005) and two versions of the inverse probability weighted Kendall’s tau of Austin and Betensky (2014).
Install and load the package from CRAN using
install.packages("tranSurv")
library(tranSurv)
Install and load the package from GitHub using
devtools::install_github("stc04003/tranSurv")
library(tranSurv)
Online document includes:
- Package vignette on testing quasi-independence
- Package vignette on survival curve estimation with transformation models
- Package vignette on regression with with transformation models (coming up)