Survival analysis is a statistical method used to analyze time-to-event data, often employed in fields such as medicine, engineering, and social sciences. One of the key challenges in survival analysis is dealing with incomplete data, a phenomenon known as "censoring." Censoring occurs when the event of interest (such as death, relapse, or system failure) has not occurred for some individuals by the end of the study period or is otherwise unobservable, and it might have many different reasons and patterns. This text describes the types of censoring, their implications, and the methods used to address them.
Types of Censoring
Several statistical techniques have been developed to handle censored data in survival analysis such as Kaplan-Meier Estimator, Cox Proportional Hazards Model, and Multiple Imputation.
In survival data, censoring leads to incomplete data, and it typically occurs when subjects experience an event before or after the study ends.
Right-censoring is the most typical form, and it occurs when the subject drops out of the study before the event occurs or when the study ends before the event occurs.
For example, a clinical study on the occurrence of heart attacks is carried out for five years. If the subjects do not have a heart attack, the data is right-censored.
Left-censoring is relatively rare but can occur when the beginning of an event is unknown or when the event happens before the subjects participate in the study.
For instance, in a study of cancer recurrence following treatment, if subjects are examined five months post-treatment for recurrence, those who have a recurrence are left-censored.
Interval censoring occurs when a specific subject is studied for a period, gets lost to follow-up for a while, and returns to continue being studied.