go to jove.com

HIGH SCHOOL

Statistics

Concept Videos

Statistics

This is a free preview. For full access

Survival Analysis

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...

Transcript

生存树用于建模和可视化一组协变量与感兴趣事件发生时间之间的关系。通常通过递归分割过程构建。

树的分支代表变量取值的分割。节点代表数据的子集,而终端节点则表示该节点中包含的样本数量,并可提供分析的最终预测结果。

构建生存树主要需要协变量、分割标准、最小节点大小和剪枝阈值。

协变量或预测变量可以是连续型、有序型或分类型变量。

分裂准则是一种用于在每个节点选择最佳分裂方式的方法。该准则通过最小化节点内的风险或最大化节点间的分离程度来应用。

最小节点大小是指一个节点能够进一步分裂所需的最小观测值数量。这有助于控制树的大小,并防止过拟合。

最后,剪枝阈值是决定何时停止剪枝树的一个度量标准。

Tags