This is a free preview. For full access
Survival Analysis
Types of Censoring in Survival Analysis
Description
Survival analysis studies time-to-event data, which tracks how long it takes for an outcome to happen. It is used in medicine, engineering, and social science. A common problem in this type of data is censoring, which means the full event time is not observed for every person or item.
Censoring c...
Show More
Transcript
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 clinic...
Show More