15.15
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.
Survival trees zijn een niet-parametrische methode die wordt gebruikt in de overlevingsanalyse om de relatie te modelleren tussen een set covariaten e…
Copyright © 2026 MyJoVE Corporation. Alle rechten voorbehouden.