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

생존 트리는 공변량 집합과 관심 있는 이벤트가 발생할 때까지의 시간 사이의 관계를 모델링하고 시각화하는 데 사용됩니다. 일반적으로 재귀 분할 프로세스를 사용하여 구축됩니다.

트리의 가지는 변수 값의 분할을 나타냅니다. 노드는 데이터의 하위 집합을 나타내고 터미널 노드는 노드의 개체 수를 나타내며 분석의 최종 예측을 제공할 수 있습니다.

생존 트리를 구성하려면 주로 공변량, 분할 기준, 최소 노드 크기 및 가지치기 임계값이 필요합니다.

공변량 또는 예측 변수는 계량형, 순서형 또는 범주형일 수 있습니다.

분할 기준은 각 노드에서 최상의 분할을 선택하는 방법입니다. 노...