TwoTimeScales
provides a suite of functions for the
analysis of time to event data with two time scales.
The package provides tools to estimate a smooth hazard that varies over two time scales and also, if covariates are available, to estimate a proportional hazards model with such a two-dimensional baseline hazard. The hazard of one event is modelled by means of two-dimensional P-splines model of Poisson data with offset. Regression model to study the effect of covariates on the baseline hazard are possible in a proportional hazards fashion. Functions to plot the (baseline) hazard are also provided.
Additionally, functions to estimate cumulated surfaces (such as cumulated hazard, survival function and incidence function) over two time scales are included.
Just run install.packages(“TwoTimeScales”)
You can install the development version of TwoTimeScales from GitHub with:
# install.packages("devtools")
::install_github("AngelaCar/TwoTimeScales") devtools
Vignettes need to be explicitly requested. To install a version of the package including the vignettes, please run:
::install_github("AngelaCar/TwoTimeScales",
devtoolsdependencies = TRUE, build_vignettes = TRUE)
Note: This will take more time than installing the version of the package without vignettes. Alternatively, we suggest to read the vignettes online here: TwoTimeScales
A general introduction to the usage of the package is given in:
vignette("TwoTimeScales")
or here Introduction.
Further examples on can be found in the vignettes.
vignette("onetime")
vignette("twotimes")
vignette("visualization")
We are very grateful to Guillermo Briseno Sanchez, José Carlos Andrade Santacruz and Lisa Rieker for testing the package and their helpful feedback.