-1::1
Simple Hit Counter
Skip to content

Products

Solutions

×
×
Sign In

EN

EN - EnglishCN - 简体中文DE - DeutschES - EspañolKR - 한국어IT - ItalianoFR - FrançaisPT - Português do BrasilPL - PolskiHE - עִבְרִיתRU - РусскийJA - 日本語TR - TürkçeAR - العربية
Sign In Start Free Trial

RESEARCH

JoVE Journal

Peer reviewed scientific video journal

Behavior
Biochemistry
Bioengineering
Biology
Cancer Research
Chemistry
Developmental Biology
View All
JoVE Encyclopedia of Experiments

Video encyclopedia of advanced research methods

Biological Techniques
Biology
Cancer Research
Immunology
Neuroscience
Microbiology
JoVE Visualize

Visualizing science through experiment videos

EDUCATION

JoVE Core

Video textbooks for undergraduate courses

Analytical Chemistry
Anatomy and Physiology
Biology
Calculus
Cell Biology
Chemistry
Civil Engineering
Electrical Engineering
View All
JoVE Science Education

Visual demonstrations of key scientific experiments

Advanced Biology
Basic Biology
Chemistry
View All
JoVE Lab Manual

Videos of experiments for undergraduate lab courses

Biology
Chemistry

BUSINESS

JoVE Business

Video textbooks for business education

Accounting
Finance
Macroeconomics
Marketing
Microeconomics

OTHERS

JoVE Quiz

Interactive video based quizzes for formative assessments

Authors

Teaching Faculty

Librarians

K12 Schools

Biopharma

Products

RESEARCH

JoVE Journal

Peer reviewed scientific video journal

JoVE Encyclopedia of Experiments

Video encyclopedia of advanced research methods

JoVE Visualize

Visualizing science through experiment videos

EDUCATION

JoVE Core

Video textbooks for undergraduates

JoVE Science Education

Visual demonstrations of key scientific experiments

JoVE Lab Manual

Videos of experiments for undergraduate lab courses

BUSINESS

JoVE Business

Video textbooks for business education

OTHERS

JoVE Quiz

Interactive video based quizzes for formative assessments

Solutions

Authors
Teaching Faculty
Librarians
K12 Schools
Biopharma

Language

English

EN

English

CN

简体中文

DE

Deutsch

ES

Español

KR

한국어

IT

Italiano

FR

Français

PT

Português do Brasil

PL

Polski

HE

עִבְרִית

RU

Русский

JA

日本語

TR

Türkçe

AR

العربية

    Menu

    JoVE Journal

    Behavior

    Biochemistry

    Bioengineering

    Biology

    Cancer Research

    Chemistry

    Developmental Biology

    Engineering

    Environment

    Genetics

    Immunology and Infection

    Medicine

    Neuroscience

    Menu

    JoVE Encyclopedia of Experiments

    Biological Techniques

    Biology

    Cancer Research

    Immunology

    Neuroscience

    Microbiology

    Menu

    JoVE Core

    Analytical Chemistry

    Anatomy and Physiology

    Biology

    Calculus

    Cell Biology

    Chemistry

    Civil Engineering

    Electrical Engineering

    Introduction to Psychology

    Mechanical Engineering

    Medical-Surgical Nursing

    View All

    Menu

    JoVE Science Education

    Advanced Biology

    Basic Biology

    Chemistry

    Clinical Skills

    Engineering

    Environmental Sciences

    Physics

    Psychology

    View All

    Menu

    JoVE Lab Manual

    Biology

    Chemistry

    Menu

    JoVE Business

    Accounting

    Finance

    Macroeconomics

    Marketing

    Microeconomics

Start Free Trial
Loading...
Home
JoVE Core
Statistics
Survival Tree
Video Quiz
Survival Tree
JoVE Core
Statistics
A subscription to JoVE is required to view this content.  Sign in or start your free trial.
JoVE Core Statistics
Survival Tree

15.15: Survival Tree

457 Views
01:19 min
January 9, 2025

Overview

Survival trees are a non-parametric method used in survival analysis to model the relationship between a set of covariates and the time until an event of interest occurs, often referred to as the "time-to-event" or "survival time." This method is particularly useful when dealing with censored data, where the event has not occurred for some individuals by the end of the study period, or when the exact time of the event is unknown.

Building a Survival Tree

Constructing a survival tree begins with a dataset that includes covariates (predictor variables) and the survival time, along with a censoring indicator for each subject. The process involves the following steps:

  1. Data Preparation: The dataset is prepared by ensuring that all necessary covariates are included and appropriately formatted. Missing values can be handled using methods like imputation or treating them as a separate category.
  2. Tree Construction: The survival tree is built using a recursive partitioning process. At each step, the dataset is split into two subsets based on a covariate that best differentiates the survival outcomes. This is typically done using a splitting criterion such as the log-rank test, which compares the survival distributions between groups.
  3. Node Evaluation: Each node in the tree represents a subset of the data, and the terminal nodes (leaves) are evaluated based on the Kaplan-Meier estimate of the survival function. This provides an estimate of the survival probability for subjects falling into that node.
  4. Pruning: To avoid overfitting, the tree is pruned by removing nodes that do not provide significant improvement in model accuracy. This step ensures that the tree is generalizable to new data.

Advantages and Disadvantages

Advantages:

  1. Flexibility: Survival trees can handle a wide range of data types and are robust to outliers and missing values.
  2. Interpretability: The tree structure is easy to interpret, allowing for straightforward visualization of the relationship between covariates and survival time.
  3. Non-parametric Nature: They do not require assumptions about the distribution of the survival times or the functional form of the relationship between covariates and survival.

Disadvantages:

  1. Overfitting: Without proper pruning, survival trees can overfit the training data, leading to poor generalization.
  2. Instability: Small changes in the data can lead to significant changes in the tree structure, making them less stable compared to other methods like survival forests

Transcript

A survival tree is used to model and visualize the relationship between a set of covariates and the time until an event of interest occurs. It is typically built using a recursive partitioning process.

The branches of the tree represent the splits in values of a variable. The nodes represent subsets of the data, and the terminal nodes indicate the number of subjects in the node and could provide final predictions of the analysis.

Constructing a survival tree mainly requires covariates, splitting criteria, minimum node size, and pruning thresholds.

The covariates or predictor variables can be continuous, ordinal, or categorical.

A splitting criterion is a method for choosing the best split at each node. It is applied either to minimize the risk within the node or to maximize the degree of separation between nodes.

The minimum node size is the smallest number of observations required for a node to be split further. This helps in controlling the size of the tree and prevents overfitting.

Finally, the pruning threshold is a measure to decide when to stop pruning the tree.

Explore More Videos

Survival TreeNon-parametric MethodSurvival AnalysisCovariatesTime-to-eventCensored DataDataset PreparationTree ConstructionRecursive PartitioningSplitting CriterionLog-rank TestNode EvaluationKaplan-Meier EstimatePruningModel AccuracyFlexibilityInterpretability

Related Videos

Introduction To Survival Analysis

01:18

Introduction To Survival Analysis

Survival Analysis

905 Views

Life Tables

01:22

Life Tables

Survival Analysis

588 Views

Survival Curves

01:18

Survival Curves

Survival Analysis

810 Views

Actuarial Approach

01:20

Actuarial Approach

Survival Analysis

345 Views

Kaplan-Meier Approach

01:24

Kaplan-Meier Approach

Survival Analysis

679 Views

Assumptions of Survival Analysis

01:15

Assumptions of Survival Analysis

Survival Analysis

472 Views

Comparing the Survival Analysis of Two or More Groups

01:20

Comparing the Survival Analysis of Two or More Groups

Survival Analysis

681 Views

The Mantel-Cox Log-Rank Test

01:19

The Mantel-Cox Log-Rank Test

Survival Analysis

1.2K Views

Applications of Life Tables

01:22

Applications of Life Tables

Survival Analysis

394 Views

Cancer Survival Analysis

01:21

Cancer Survival Analysis

Survival Analysis

808 Views

Hazard Rate

01:11

Hazard Rate

Survival Analysis

467 Views

Hazard Ratio

01:12

Hazard Ratio

Survival Analysis

677 Views

Truncation in Survival Analysis

01:09

Truncation in Survival Analysis

Survival Analysis

677 Views

Censoring Survival Data

01:09

Censoring Survival Data

Survival Analysis

623 Views

Parametric Survival Analysis: Weibull and Exponential Methods

01:14

Parametric Survival Analysis: Weibull and Exponential Methods

Survival Analysis

1.2K Views

JoVE logo
Contact Us Recommend to Library
Research
  • JoVE Journal
  • JoVE Encyclopedia of Experiments
  • JoVE Visualize
Business
  • JoVE Business
Education
  • JoVE Core
  • JoVE Science Education
  • JoVE Lab Manual
  • JoVE Quizzes
Solutions
  • Authors
  • Teaching Faculty
  • Librarians
  • K12 Schools
  • Biopharma
About JoVE
  • Overview
  • Leadership
Others
  • JoVE Newsletters
  • JoVE Help Center
  • Blogs
  • JoVE Newsroom
  • Site Maps
Contact Us Recommend to Library
JoVE logo

Copyright © 2026 MyJoVE Corporation. All rights reserved

Privacy Terms of Use Policies
WeChat QR code