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

生存ツリーは、一連の共変量と関心のあるイベントが発生するまでの時間との関係をモデル化し、視覚化するために使用されます。通常、再帰的なパーティション分割プロセスを使用して構築されます。

ツリーの分岐は、変数の値の分割を表します。ノードはデータのサブセットを表し、ターミナルノードはノード内の被験者の数を示し、分析の最終的な予測を提供できます。

生存木の構築には、主に共変量、分割基準、最小ノードサイズ、および剪定しきい値が必要です。

共変量変数または予測変数は、連続変数、順序変数、またはカテゴリー変数にすることができます。

分割基準は、各ノードで最適な分割を選択する方法です。これは、ノード内のリスクを最小限に抑えるため、またはノード間の...