Skip to contentScholarGate
LibraryBookshelfDeskReview StudioAssistant
Sign in
On this page
IntuitionHow it worksWhen to use itStrengths & limitationsCommon pitfallsApplicationsFrequently asked🔒 Read the full methodSourcesRelated methods
Cite this pageSpotted an issue on this page? Report or suggest a fix →
Home›Epidemiology›Adaptive Cox Proportional Hazards — Penalized Survival Regression with Automatic Variable Selection
Process / pipelineClinical / epidemiology

Adaptive Cox Proportional Hazards — Penalized Survival Regression with Automatic Variable Selection

Adaptive Cox Proportional Hazards Model · Also known as: adaptive Cox model, adaptive LASSO Cox regression, penalized Cox proportional hazards, adaptive regularized survival regression

The Adaptive Cox Proportional Hazards model extends the classic Cox regression for time-to-event outcomes by adding adaptive LASSO (or related) penalization. It simultaneously estimates hazard ratios and performs variable selection, shrinking irrelevant covariate coefficients exactly to zero. This makes it especially valuable in high-dimensional clinical or genomic datasets where the number of candidate predictors is large relative to the number of events.

ScholarGate
  1. Process / pipeline
  2. v1
  3. 2 Sources
  4. PUBLISHED
Cite this page →
Tools & resources
Download slides
Learn & explore

Read the full method

Members only

Sign in with a free account to read this section.

Sign in

Method map

The neighbourhood of related methods — select a node to explore.

Adaptive Cox Proportional Hazards
Accelerated Failure Time…Cox proportional hazardsKaplan-MeierLasso RegressionRandom Survival Forest

When to use it

Use the Adaptive Cox model when the research aim is to build a parsimonious survival prediction model or to identify a subset of prognostic biomarkers from a large candidate set, particularly when the event-to-predictor ratio is low (e.g., fewer than 10 events per variable). It is well-suited to genomic, transcriptomic, or multicenter registry data where hundreds or thousands of features must be reduced. Do not use it as a drop-in replacement for classical Cox regression when the predictor set is small and theory-driven — in low-dimensional confirmatory studies, standard Cox regression with pre-specified covariates is preferable. Also avoid the method when the proportional hazards assumption is seriously violated across selected predictors; consider time-varying coefficients or accelerated failure time models instead.

Strengths & limitations

Strengths
  • Performs simultaneous variable selection and effect estimation in a single regularized model fit.
  • Oracle property guarantees asymptotic correctness of variable selection under regularity conditions.
  • Handles high-dimensional predictors (p >> n scenarios) where classical Cox regression is infeasible.
  • Adaptive weights reduce the shrinkage bias on large coefficients compared with standard LASSO Cox.
  • Produces interpretable hazard ratios for retained predictors, consistent with clinical reporting conventions.
Limitations
  • Requires a reliable initial estimate for adaptive weights; poor initial fits (e.g., from a very high-dimensional unpenalized model) can propagate errors into the weight vector.
  • Selection and inference cannot be performed on the same data without adjustment — post-selection inference requires dedicated procedures (e.g., selective inference or sample splitting).
  • The proportional hazards assumption must still hold for retained predictors; penalization does not resolve violations of this core model assumption.
  • Performance degrades with very high censoring rates or short follow-up, as few observed events limit the partial likelihood signal.

Frequently asked

How is adaptive Cox regression different from ordinary LASSO Cox regression?

Standard LASSO Cox regression applies the same penalty weight to all predictors, which introduces shrinkage bias on large true coefficients and lacks the oracle property — it may not consistently select the correct model in large samples. Adaptive Cox regression assigns each predictor a weight inversely proportional to its initial estimated effect: large-effect predictors are penalized lightly (reducing bias), while near-zero predictors are penalized heavily (improving selection). This adaptive weighting gives the method the oracle property under regularity conditions.

What initial estimator should I use for the adaptive weights?

Common choices are the unpenalized Cox partial likelihood estimator (feasible when n > p and the initial model is stable), ridge Cox regression (recommended when p is large or close to n because ridge always produces finite estimates), or a marginal screening estimator. Ridge-initialized adaptive LASSO is the most widely recommended approach in high-dimensional survival settings.

Can I report hazard ratios for selected variables as if they were from a standard Cox model?

The point estimates are comparable in meaning to standard Cox hazard ratios, but standard errors and confidence intervals computed as if no selection occurred are invalid — they ignore the selection step and are too narrow. For inference after selection, use bootstrap confidence intervals, sample-splitting, or selective inference methods specifically designed for post-selection survival models.

How do I choose the tuning parameter lambda?

The most common approach is K-fold cross-validation (K=5 or 10) maximizing the cross-validated partial log-likelihood. BIC or extended BIC (for very high-dimensional data) can also be used and tend to select sparser models. The choice of criterion affects model size: cross-validation tends toward larger models with better prediction; BIC tends toward smaller models with better selection consistency.

Does the proportional hazards assumption still need to be checked after adaptive selection?

Yes. Penalization selects predictors but does not verify or enforce proportional hazards. After finalizing the model, Schoenfeld residual tests and plots should be produced for each retained predictor. Violations may require adding time-by-covariate interaction terms or switching to an alternative survival model for the offending predictors.

Sources

  1. Zhang, H. H., & Lu, W. (2007). Adaptive Lasso for Cox's proportional hazards model. Biometrika, 94(3), 691–703. DOI: 10.1093/biomet/asm037 ↗
  2. Cox, D. R. (1972). Regression models and life-tables. Journal of the Royal Statistical Society: Series B (Methodological), 34(2), 187–202. DOI: 10.1111/j.2517-6161.1972.tb00899.x ↗

How to cite this page

ScholarGate. (2026, June 3). Adaptive Cox Proportional Hazards Model. ScholarGate. https://scholargate.app/en/epidemiology/adaptive-cox-proportional-hazards

Related methods

Accelerated Failure Time ModelCox proportional hazardsKaplan-MeierLasso RegressionRandom Survival Forest

Which method?

Set this method beside its closest kin and read them side by side — the library lays the books on the table; the choice is yours.

  • Accelerated Failure Time ModelSurvival↔ compare
  • Cox proportional hazardsEpidemiology↔ compare
  • Kaplan-MeierSurvival↔ compare
  • Lasso RegressionMachine learning↔ compare
  • Random Survival ForestSurvival↔ compare
Compare side by side →

Similar methods

Risk-adjusted Cox Proportional HazardsCox proportional hazardsCox RegressionBayesian Cox RegressionRisk-adjusted survival analysisBayesian Cox Proportional HazardsRetrospective Cox proportional hazardsAdaptive Survival Analysis

Related reference concepts

Cox Regression ModelsProportional Hazards AssumptionSurvival Analysis and Time-to-Event MethodsHazard RatioKaplan-Meier Survival CurvesLogistic Regression

Spotted an issue on this page? Report or suggest a fix →

ScholarGate — Adaptive Cox Proportional Hazards (Adaptive Cox Proportional Hazards Model). Retrieved 2026-07-21 from https://scholargate.app/en/epidemiology/adaptive-cox-proportional-hazards · Dataset: https://doi.org/10.5281/zenodo.20539026
Quick facts
Originator
Hao Helen Zhang & Wenbin Lu (adaptive LASSO formulation); base Cox model by David R. Cox
Year
2007 (adaptive LASSO variant); base Cox model 1972
Type
Penalized semi-parametric survival regression
DataType
Time-to-event (survival) data with right-censoring; continuous and/or binary predictors
Subfamily
Clinical / epidemiology
Related methods
Accelerated Failure Time ModelCox proportional hazardsKaplan-MeierLasso RegressionRandom Survival Forest
ScholarGate

A content-first reference library for research methods — what each one is, how it works, and where it comes from.

Open data (CC-BY)

Explore

  • Library
  • Search the library…
  • Browse by field
  • Fields
  • Journey
  • Compare
  • Which method?

Reference

  • Subjects
  • Atlas
  • Glossary
  • Methodology
  • Philosophy

Your tools

  • Bookshelf
  • Desk
  • Chat

Company

  • About
  • Pricing
  • Contact
  • Suggest a method

Entries are compiled from published sources for reference. Verifying the accuracy and suitability of any information for your own use remains your responsibility.

© 2026 ScholarGate · A research-method reference library
  • Privacy
  • Cookies
  • Terms
  • Delete account