I want to analyze hospital mortality. The time data used is hospital stay (days), ranging from 0 to 40 days. What would be the best way to compare 2 groups (and factors/predictors)?
Chi-square (% mortality) VS Kaplan-Meier Survival ?
----------------------
Logistic Regression with hospital mortality as a binary outcome?
VS
Cox PH Regression with time-to-event data (event = in-hospital death) ?
Thank you.