Cox Proportional Hazards Model¶
Definition
AI-generated
A semiparametric regression model for time-to-event data that relates covariates to the hazard multiplicatively while leaving the baseline hazard unspecified.
Synonyms
Why it matters in GWAS¶
Cox models are widely used for incident disease in prospective cohorts and biobanks, producing per-allele log hazard ratios that can be meta-analysed similarly to log odds ratios when synthesis software supports them. Violations of proportionality (e.g. age-varying genetic effects) motivate time-varying coefficients, stratified baselines, or alternative parameterisations.
Example usage¶
"Time-to-event association was fit with a Cox proportional hazards model, adjusting for age, sex, and principal components."
Related terms¶
References¶
- Cox DR. (1972). Regression models and life-tables. J R Stat Soc Series B.
Last updated (UTC · Git history)