I would like to compare survival among patients stratified by insurance status, where insurance status has 3 potential values (private insurance, Medicaid, uninsured). I would like to treat private insurance as the reference group and compare survival among Medicaid patients and uninsured patients to patients with private insurance; I am not interested in comparing survival between Medicaid and uninsured patients.

If I were to make this comparison using Kaplan-Meier curves, the generally accepted way appears to be to first perform a log-rank test to see if there is a significant association between insurance and survival. If that log-rank test is significant at p < 0.05, then I could perform post hoc tests where I treat private insurance as the reference group and compare Medicaid survival to private insurance and uninsured survival to private insurance using a p-value adjustment for multiple comparisons. In SAS, a reasonable adjustment method in PROC LIFETEST appears to be ADJUST = DUNNETT, which allows you to treat one group as reference rather than perform all pairwise comparisons.

If I were to make this comparison using a Cox proportional hazards regression model, the generally accepted way appears to be to treat private insurance as the reference group in the model and compute hazard ratios comparing Medicaid mortality to private insurance and uninsured mortality to private insurance. For those 2 comparisons, significance is then evaluated using 95% confidence intervals.

My first question is why are p-value/confidence level adjustments encouraged for Kaplan-Meier curves but not hazard ratios from the Cox model in this scenario (assuming my understanding of generally accepted practices is correct)? Shouldn’t the confidence intervals for the hazard ratios be made wider to account for multiple comparisons? This never appears to be done in the literature, though.

My second question is since the comparisons to the reference group are of primary interest rather than the overall significance of the independent variable, when using Kaplan-Meier curves, is it ever acceptable to treat the comparisons to reference as planned comparisons and not perform the overall log-rank test? In a Cox model, the Type III p-value appears to function as a test for the overall association between the independent variable and mortality, but I don’t think I’ve ever seen it reported in the literature, but log-rank values for the overall association between the independent variable and survival are regularly reported.

More Matthew C Simpson's questions See All
Similar questions and discussions