Wraps survival::coxph() with Efron (default) or Breslow tie handling
and returns a tidy list including hazard ratios, CIs, p-values, and the
Breslow baseline cumulative hazard.
Usage
morie_survival_cox(
data,
duration_col,
event_col,
covariate_cols,
ties = c("efron", "breslow"),
confidence = 0.95,
penalizer = 0
)