This is a free preview. For full access
Survival Tree in Time-to-Event Analysis
Description
A survival tree is a non-parametric tool in survival analysis that links predictor variables, or covariates, to survival time. Survival time is the time until an event of interest occurs. It is useful when some data are censored, which means the event has not happened for some people by the end of the study or the exact even...
Show More
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 ind...
Show More