Package: TimeDepFrail 0.0.1

Alessandra Ragni

TimeDepFrail: Time Dependent Shared Frailty Cox Model

Fits time-dependent shared frailty Cox model (specifically the adapted Paik et al.'s Model) based on the paper "Centre-Effect on Survival After Bone Marrow Transplantation: Application of Time-Dependent Frailty Models", by C.M. Wintrebert, H. Putter, A.H. Zwinderman and J.C. van Houwelingen (2004) <doi:10.1002/bimj.200310051>.

Authors:Alessandra Ragni [aut, cre], Giulia Romani [aut], Chiara Masci [aut]

TimeDepFrail_0.0.1.tar.gz
TimeDepFrail_0.0.1.tar.gz(r-4.5-noble)TimeDepFrail_0.0.1.tar.gz(r-4.4-noble)
TimeDepFrail_0.0.1.tgz(r-4.4-emscripten)TimeDepFrail_0.0.1.tgz(r-4.3-emscripten)
TimeDepFrail.pdf |TimeDepFrail.html
TimeDepFrail/json (API)

# Install 'TimeDepFrail' in R:
install.packages('TimeDepFrail', repos = 'https://cloud.r-project.org')

Bug tracker:https://github.com/alessandragni/timedepfrail/issues

Pkgdown site:https://alessandragni.github.io

Datasets:

On CRAN:

Conda:

2.00 score 223 downloads 13 exports 0 dependencies

Last updated 3 months agofrom:d4dff12b3d. Checks:3 OK. Indexed: no.

TargetResultLatest binary
Doc / VignettesOKMar 19 2025
R-4.5-linuxOKMar 19 2025
R-4.4-linuxOKMar 19 2025

Exports:AdPaik_1DAdPaikModelcoefsefrailty_sdfrailty_sd.AdPaikplot_bas_hazardplot_frailty_sdplot_ll_1Dplot_ll_1D.AdPaikplot_post_frailty_estplot_survivalsummarysurvival

Dependencies:

Citation

To cite package ‘TimeDepFrail’ in publications use:

Ragni A, Romani G, Masci C (2025). TimeDepFrail: Time Dependent Shared Frailty Cox Model. R package version 0.0.1, https://CRAN.R-project.org/package=TimeDepFrail.

Corresponding BibTeX entry:

  @Manual{,
    title = {TimeDepFrail: Time Dependent Shared Frailty Cox Model},
    author = {Alessandra Ragni and Giulia Romani and Chiara Masci},
    year = {2025},
    note = {R package version 0.0.1},
    url = {https://CRAN.R-project.org/package=TimeDepFrail},
  }

Readme and manuals

TimeDepFrail: Time-Dependent Shared Frailty Cox Models in R

TimeDepFrail is the ultimate R package for fitting and analyzing Time-Dependent Shared Frailty Cox Models. These models extend the traditional Shared (Gamma) Frailty Cox Models by incorporating a time-dependent frailty component, making it a robust tool for studying how unexplained heterogeneity in data evolves over time.

This package implements the methods discussed in "Centre-Effect on Survival After Bone Marrow Transplantation: Application of Time-Dependent Frailty Models" by C.M. Wintrebert et al. (2004).

Installation

You can install the development version of the package from GitHub:

devtools::install_github("alessandragni/TimeDepFrail")

Dataset data_dropout data_dropout

The data_dropout dataset is used to exemplify the package. It tracks the academic progress of students enrolled in 2012 over three academic years (six semesters). This dataset aims to explore the factors leading to student dropout.

The dataset is composed of four variables:

  • Gender: Categorical covariate indicating gender (Male or Female).
  • CFUP: Numeric covariate representing the standardized number of credits or CFUs (Credito Formativo Universitario) passed by the student in the first semester.
  • time_to_event: The time (in semesters) when a student decides to drop out. A value greater than 6.0 means the student did not drop out during the follow-up period.
  • group: Categorical variable representing the student's course of study, with 16 levels from CosA to CosP.

Students are followed for a maximum of 6 semesters (3 academic years), from the end of first semester until they drop out or the follow-up ends.

Model execution

To fit a Time-Dependent Shared Frailty model, the following elements are required:

  • data as data.frame, e.g. data_dropout
  • time_axis vector: The time intervals for which the model is applied. For example, in the data_dropout dataset, no events occur in the first semester, so the time_axis starts at the end of the first semester (t = 1) and ends at the end of the third year (t = 6).
  • categories_range_min and categories_range_max vectors: Provide minimum (categories_range_min) and maximum (categories_range_max) bounds for each parameter category to constrain the optimization.
  • formula object: Specify the relationship between time-to-event, covariates, and group. For the clustering variable (group), it must be provided as cluster(group) in the formula.

Once these elements are prepared, you can call the desired model using the AdPaikModel() function.

For full examples, refer to the Examples/ReplicationCode.R script.

Additionally, for guidance on selecting model parameters such as time_axis, categories_range_min and categories_range_max, we recommend base these choices on insights gained after fitting a Time-Unvarying Shared Frailty model. You can find a relevant example in the Examples/ReplicationCode.R, in the Appendix D Section.

Analyzing results

Several built-in methods are available to analyze the results of the fitted model:

  • Model Summaries: summary(), coef(), coefse(), confint()
  • Baseline Hazard Step-Function: plot_bas_hazard()
  • Frailty Standard Deviation/Variance: frailty_sd() and plot_frailty_sd()
  • Posterior Frailty Estimates: plot_post_frailty_est()
  • Conditional Survival Function: survival() and plot_survival()

These methods provide insightful visualizations and summaries to help you interpret your model results effectively.

Furthermore, also a support function suitable for the choice of the range of parameters and analysis of the 1D log-likelihood is available, AdPaik_1D().

To be aware of

  • The AdPaikModel model is optimized for fast computation although estimating certain coefficients (e.g., Male versus Female) may vary slightly in computational time. Note that changing the reference category (e.g., using Male as the baseline) alters the coefficient estimates but not the overall log-likelihood or model fit. Users should choose reference categories based on interpretability rather than performance.

Authors and maintainers of the code

Alessandra Ragni (alessandra.ragni@polimi.it), Giulia Romani (giulia.romani@mail.polimi.it), Chiara Masci (chiara.masci@polimi.it).

Help Manual

Help pageTopics
One-dimensional analysis of log-likelihood functionAdPaik_1D
Adapted Paik et al.'s Model: Time-Dependent Shared Frailty Cox ModelAdPaikModel
Baseline hazard step-functionbas_hazard
Check positiveness of the multiplicative constant Ccheck.C_mult
Check correctness of parameters categoriescheck.categories_params
Check correctness for the cluster variablecheck.centre
Check presence of null or nan element value in the datasetcheck.dataset
Check coherence between flag for optimal parameters and optimal parameterscheck.flag_optimal_params
Check correctness of formula termscheck.formula_terms
Check correctness of frailty standard deviationcheck.frailty_dispersion
Check existence of provided input indexcheck.index
Check correctness of plot variables pch and colorcheck.pchtype_colorbg
Check positiviness of the frailty standard deviationcheck.pos_frailty_sd
Check correctness of legend positioncheck.poslegend
Check numerosity of posterior frailty estimatescheck.post_frailty_centre
Check correctness of input parameterscheck.range_params
Check structure of the 'AdPaikModel' outputcheck.result.AdPaik
Check structure for the Parameters Confidence Intervalcheck.structure_paramsCI
Check structure of Posterior Frailty Confidence Intervalcheck.structure_post_frailty_CI
Check structure of Posterior Frailty Estimatescheck.structure_post_frailty_est
Check structure of Posterior Frailty Variancescheck.structure_post_frailty_var
Check correctness of time domain subdivisioncheck.time_axis
Check non-negativeness of the posterior frailty estimatescheck.value_post_frailty
Extracts the optimal parameters of each cateogry for the 'Adapted Paik et al.' Modelcoef.AdPaik
Extracts the standard errors computed for each cateogry for the 'Adapted Paik et al.' Modelcoefse
Extracts the confidence intervals computed for each cateogry for the 'Adapted Paik et al.' Modelconfint.AdPaik
Data Dropout Datasetdata_dropout
Transform categorical covariate into dummy variablesextract_dummy_variables
Extracting variables for Posterior Frailty Estimates computationextract_event_data
Frailty standard deviation and Variance for the 'Adapted Paik et al.'s Model'frailty_sd
Frailty standard deviation and Variance for the 'Adapted Paik et al.'s Model'frailty_sd.AdPaik
One-dimensional log-likelihood function to be optimized.ll_AdPaik_1D
One-dimensional group log-likelihood function.ll_AdPaik_centre_1D
Evaluation of model group log-likelihoodll_AdPaik_centre_eval
Evaluation of model log-likelihoodll_AdPaik_eval
Nodes and weights for the Gauss_hermite quadrature formula for the 'Centre-Specific Frailty Model with Power Parameter'. The nodes and weights have been extracted from the 'Handbook of Mathematical functions' pag 940.n_nodes
Nodes and weights for the Gauss-Hermite quadrature formula, for the 'Stochastic Time-Dependent Centre-Specific Frailty Model'. For the G function, the chosen nodes should not contain the zero (node) since it appears at the denominator of a fraction. Also in this case, the nodes and weights have been extracted from the 'Handbook of Mathematical functions', pag 940.n_nodesG
Confidence interval for the optimal estimated parametersparams_CI
Standard error of the parametersparams_se.AdPaik
Plot the Baseline Hazard Step-Functionplot_bas_hazard
Plot for the Frailty Standard Deviation or Varianceplot_frailty_sd
Plot the One-Dimensional Log-Likelihood Functionplot_ll_1D
Plot the One-Dimensional Log-Likelihood Functionplot_ll_1D.AdPaik
Plot the Posterior Frailty Estimatesplot_post_frailty_est
Plot of Conditional Survival Functionplot_survival
Confidence interval for posterior frailty estimatespost_frailty_CI.AdPaik
Posterior frailty estimates and variances for the 'Adapted Paik et al.'s Model'post_frailty.AdPaik
Summary for Time-Dependent Frailty Modelssummary
Summary of the Adapted Paik et al.'s Time-Dependent Shared Frailty Modelsummary.AdPaik
Compute the Conditional Survival Functionsurvival
Resolution of integral with respect to timetime_int_eval