🧪 This platform is in early beta. Features may change and you might encounter bugs. We appreciate your patience!
informative_censoring
Informative censoring is a violation of the standard survival analysis assumption that censoring is independent of the event of interest. It occurs when the reason a participant leaves a study is related to their prognosis or the treatment they received. This biases survival curves and hazard ratios, typically in unpredictable directions. It is a specific form of attrition bias in the context of time-to-event data.
In a cancer trial, patients who are doing poorly and switch to palliative care are removed from the study (censored). This makes the surviving treated group appear healthier than they actually are, inflating estimated survival.
In a clinical trial for a heart failure drug, patients whose condition worsens significantly are withdrawn from the study and switched to a stronger medication, removing them from follow-up data. Since these are precisely the patients most likely to experience the primary endpoint (hospitalization), the censored trial data make the drug appear more effective than it truly is.
A long-term study on a diet intervention censors participants who report feeling too fatigued to continue the program. Because fatigue is itself a symptom of inadequate nutrition — potentially caused by the diet — removing these participants selectively eliminates those harmed by the intervention, artificially inflating the apparent health outcomes of those who remain.
Binary (yes/no) questions an LLM must answer to identify this aspect:
Does the study involve time-to-event analysis with censored observations?
Type: binaryIs withdrawal from the study or loss to follow-up correlated with prognosis or treatment effect?
Type: binaryDoes the analysis assume non-informative censoring without testing this assumption?
Type: binaryAre sensitivity analyses provided to evaluate the impact of potential informative censoring?
Type: binaryInformative censoring is a violation of the standard survival analysis assumption that censoring is independent of the event of interest. It occurs when the reason a participant leaves a study is related to their prognosis or the treatment they received. This biases survival curves and hazard ratios, typically in unpredictable directions. It is a specific form of attrition bias in the context of time-to-event data.
Kaplan-Meier survival curves and Cox regression models assume that censored patients have the same prognosis as those who remain in the study. When this assumption fails, the estimates are biased in the direction of the censoring mechanism.
Collect information on reasons for censoring. Use competing risk models where appropriate. Apply sensitivity analyses such as tipping-point analysis or joint models for longitudinal and survival data.
In HIV treatment trials, patients who experienced severe side effects withdrew; their worse-than-average prognosis meant censoring was informative, understating treatment toxicity.
Use these tools to detect, analyze, or train this aspect.