Jove
Visualize
Contact Us
JoVE
x logofacebook logolinkedin logoyoutube logo
ABOUT JoVE
OverviewLeadershipBlogJoVE Help Center
AUTHORS
Publishing ProcessEditorial BoardScope & PoliciesPeer ReviewFAQSubmit
LIBRARIANS
TestimonialsSubscriptionsAccessResourcesLibrary Advisory BoardFAQ
RESEARCH
JoVE JournalMethods CollectionsJoVE Encyclopedia of ExperimentsArchive
EDUCATION
JoVE CoreJoVE BusinessJoVE Science EducationJoVE Lab ManualFaculty Resource CenterFaculty Site
Terms & Conditions of Use
Privacy Policy
Policies

Related Concept Videos

Introduction To Survival Analysis01:18

Introduction To Survival Analysis

946
Survival analysis is a statistical method used to study time-to-event data, where the "event" might represent outcomes like death, disease relapse, system failure, or recovery. A unique feature of survival data is censoring, which occurs when the event of interest has not been observed for some individuals during the study period. This requires specialized techniques to handle incomplete data effectively.
The primary goal of survival analysis is to estimate survival time—the time...
946
Assumptions of Survival Analysis01:15

Assumptions of Survival Analysis

491
Survival models analyze the time until one or more events occur, such as death in biological organisms or failure in mechanical systems. These models are widely used across fields like medicine, biology, engineering, and public health to study time-to-event phenomena. To ensure accurate results, survival analysis relies on key assumptions and careful study design.
491
Parametric Survival Analysis: Weibull and Exponential Methods01:14

Parametric Survival Analysis: Weibull and Exponential Methods

1.3K
Parametric survival analysis models survival data by assuming a specific probability distribution for the time until an event occurs. The Weibull and exponential distributions are two of the most commonly used methods in this context, due to their versatility and relatively straightforward application.
Weibull Distribution
The Weibull distribution is a flexible model used in parametric survival analysis. It can handle both increasing and decreasing hazard rates, depending on its shape parameter...
1.3K
Comparing the Survival Analysis of Two or More Groups01:20

Comparing the Survival Analysis of Two or More Groups

712
Survival analysis is a cornerstone of medical research, used to evaluate the time until an event of interest occurs, such as death, disease recurrence, or recovery. Unlike standard statistical methods, survival analysis is particularly adept at handling censored data—instances where the event has not occurred for some participants by the end of the study or remains unobserved. To address these unique challenges, specialized techniques like the Kaplan-Meier estimator, log-rank test, and...
712
Truncation in Survival Analysis01:09

Truncation in Survival Analysis

707
Truncation in survival analysis refers to the exclusion of individuals or events from the dataset based on specific criteria related to the time of the event. This exclusion can happen in two primary forms: left truncation and right truncation.
Left truncation occurs when individuals who experienced the event of interest before a certain time are not included in the study. This is often due to a "delayed entry" into the study where only those who survive until a certain entry point are...
707
Survival Curves01:18

Survival Curves

930
Survival curves are graphical representations that depict the survival experience of a population over time, offering an intuitive way to track the proportion of individuals who remain event-free at each time point. These curves are widely used in fields such as medicine, public health, and reliability engineering to visualize and compare survival probabilities across different groups or conditions.
The Kaplan-Meier estimator is the most common method for constructing survival curves. This...
930

You might also read

Related Articles

Articles linked to this work by shared authors, journal, and citation graph.

Sort by
Same author

Likelihood-based modeling of covariate-specific time-dependent receiver operating characteristic curves.

Statistical methods in medical research·2026
Same author

Rejoinder to the discussion on ''Nonparanormal Adjusted Marginal Inference''.

Biometrics·2026
Same author

Nonparanormal adjusted marginal inference.

Biometrics·2026
Same author

Synching with seasonality: Predicting roe deer parturition phenology across its distributional range.

The Journal of animal ecology·2025
Same author

Effects of early factor XIII replacement in postpartum hae morrhage: study protocol for a multicentre, open-label, randomised, controlled, investigator-initiated trial.

BMJ open·2025
Same author

A shortcut to sample coverage standardization in metabarcoding data provides new insights into land-use effects on insect diversity.

Proceedings. Biological sciences·2025
Same journal

Regression analysis of misclassified current status data with potentially unknown test accuracy.

Statistical methods in medical research·2026
Same journal

Bayesian multivariate linear mixed-effects models with varied association structures.

Statistical methods in medical research·2026
Same journal

Inference about the ratio of age-standardized rates between two overlapping populations.

Statistical methods in medical research·2026
Same journal

A robust neural network with random effects for subject-specific prediction of clustered count data.

Statistical methods in medical research·2026
Same journal

A comparison of methods for designing hybrid type 2 cluster-randomized trials with continuous effectiveness and implementation endpoints.

Statistical methods in medical research·2026
Same journal

Joint analysis of longitudinal and recurrent event data: A functional regression approach with autoregressive frailty.

Statistical methods in medical research·2026
See all related articles

Related Experiment Video

Updated: Apr 29, 2026

Monitoring Neuronal Survival via Longitudinal Fluorescence Microscopy
07:02

Monitoring Neuronal Survival via Longitudinal Fluorescence Microscopy

Published on: January 19, 2019

6.1K

Smooth transformation models for survival analysis: A tutorial using R.

Sandra Siegfried1, Bálint Tamási1, Torsten Hothorn1

  • 1Institut für Epidemiologie, Biostatistik und Prävention, Universität Zürich, Switzerland.

Statistical Methods in Medical Research
|April 28, 2026
PubMed
Summary
This summary is machine-generated.

This tutorial introduces smooth transformation models in R for advanced survival analysis, simplifying complex data like interval-censored or clustered survival data. The `tram` package offers a unified approach for various survival models and extensions.

Keywords:
Non-proportional hazardsRclustered observationsdependent censoringpersonalized medicinesurvival trees

More Related Videos

Establishing a Competing Risk Regression Nomogram Model for Survival Data
04:57

Establishing a Competing Risk Regression Nomogram Model for Survival Data

Published on: October 23, 2020

9.9K
Constructing and Visualizing Models using Mime-based Machine-learning Framework
06:19

Constructing and Visualizing Models using Mime-based Machine-learning Framework

Published on: July 22, 2025

3.1K

Related Experiment Videos

Last Updated: Apr 29, 2026

Monitoring Neuronal Survival via Longitudinal Fluorescence Microscopy
07:02

Monitoring Neuronal Survival via Longitudinal Fluorescence Microscopy

Published on: January 19, 2019

6.1K
Establishing a Competing Risk Regression Nomogram Model for Survival Data
04:57

Establishing a Competing Risk Regression Nomogram Model for Survival Data

Published on: October 23, 2020

9.9K
Constructing and Visualizing Models using Mime-based Machine-learning Framework
06:19

Constructing and Visualizing Models using Mime-based Machine-learning Framework

Published on: July 22, 2025

3.1K

Area of Science:

  • Statistics
  • Biostatistics
  • Computational Statistics

Background:

  • Survival analysis has advanced significantly over five decades.
  • Navigating diverse methods and software for complex survival data (e.g., interval-censored, clustered, non-proportional hazards) is challenging.
  • A unified framework is needed to manage evolving methodological landscapes.

Purpose of the Study:

  • To explore the utility of smooth transformation models for survival analysis within the R statistical computing environment.
  • To demonstrate a unified maximum-likelihood approach for various survival models and complex scenarios.
  • To showcase the practical application of the `tram` package in R for navigating survival analysis tasks.

Main Methods:

  • Utilized the framework of smooth transformation models for survival analysis.
  • Employed a unified maximum-likelihood estimation approach.
  • Applied the `tram` package and related R packages to analyze survival data from a rectal cancer clinical trial.

Main Results:

  • The smooth transformation model framework in R provides a unified approach to various survival models, including Weibull and Cox proportional hazards models.
  • This framework successfully accommodates complex scenarios such as non-proportional hazards, dependent censoring, and clustered data.
  • The `tram` package facilitates seamless navigation of survival analysis tasks for real-world data, including personalized medicine extensions.

Conclusions:

  • Smooth transformation models offer a versatile and unified framework for survival analysis in R.
  • The `tram` package provides an efficient implementation for handling both standard and complex survival data structures.
  • This approach simplifies the application of advanced survival methods, aiding researchers in complex data analysis and clinical trial interpretation.