Oncology Clinical Trials: Cox Proportional Hazards (Cox PH) model
The Cox Proportional Hazards (Cox PH) model , introduced by Sir David Cox in 1972 , is a semi-parametric survival analysis model used to assess the effect of covariates on the time-to-event outcome, such as progression-free survival (PFS) or overall survival (OS) in clinical trials. 1. Model Specification The hazard function at time t t is modeled as: h ( t ∣ X ) = h 0 ( t ) exp ( β 1 X 1 + β 2 X 2 + . . . + β p X p ) h(t | X) = h_0(t) \exp(\beta_1 X_1 + \beta_2 X_2 + ... + \beta_p X_p) where: h ( t ∣ X ) h(t | X) = hazard function (risk of the event occurring at time t t ) h 0 ( t ) h_0(t) = baseline hazard (when all covariates are zero) X 1 , X 2 , . . . , X p X_1, X_2, ..., X_p = covariates (e.g., treatment group, age, biomarker levels) β 1 , β 2 , . . . , β p \beta_1, \beta_2, ..., \beta_p = regression coefficients exp ( β ) \exp(\beta) = hazard ratio (HR) for each covariate 2. Key Interpretations a. Hazard Ratio (HR) HR = exp ( β ) \exp(\beta) ...