Cure-Rate Model

cure-rate-modelsurvival-analysisbayesianproportional-hazardslatent-variablebiostatistics

Definition

A cure-rate (or surviving-fraction) model is a survival model for populations in which a fraction of subjects will never experience the event of interest — they are "cured" (or immune), so their event time is effectively infinite. Such models decompose the population into a cured subpopulation and a susceptible subpopulation, and are widely used in oncology (e.g. cancer relapse), where a nonzero long-run survival plateau is observed.

Key Ideas

How It Works

Promotion-time construction

Let F(t)=1S(t)F(t) = 1 - S(t) be the CDF of a promotion time. Given N=kN=k latent cells with i.i.d. promotion times, the survivor function conditional on N=kN=k is S(t)kS(t)^k. Marginalizing over NPoisson(θ)N \sim \text{Poisson}(\theta):

Spop(t)=k=0S(t)kθkeθk!=exp{θ(1S(t))}=exp{θF(t)}.S_{\text{pop}}(t) = \sum_{k=0}^{\infty} S(t)^k \frac{\theta^k e^{-\theta}}{k!} = \exp\{-\theta(1 - S(t))\} = \exp\{-\theta F(t)\}.

The population density and hazard are

fpop(t)=θf(t)eθF(t),hpop(t)=fpop(t)Spop(t)=θf(t),f_{\text{pop}}(t) = \theta f(t)\,e^{-\theta F(t)}, \qquad h_{\text{pop}}(t) = \frac{f_{\text{pop}}(t)}{S_{\text{pop}}(t)} = \theta f(t),

so with θi=exp(xiβ)\theta_i = \exp(x_i'\beta) the model is proportional hazards in the cure parameter — a property the mixture model cannot attain when covariates enter π\pi.

Bayesian estimation

Treating the latent counts NiN_i as auxiliary data gives a tractable complete-data likelihood and an efficient data-augmentation / Gibbs sampling scheme. A key advantage of the promotion-time model is that it yields proper posteriors under improper noninformative priors (including a uniform prior on β\beta), whereas the mixture model generally requires proper priors. Informative priors can be elicited from historical studies via a power prior.

Why It Matters

Cure-rate models are the standard tool when survival data exhibit a long-run plateau (a nonzero fraction never fails), common in cancer trials. The promotion-time formulation made fully Bayesian, covariate-dependent cure modeling practical: proportional hazards, closed latent-variable Gibbs updates, valid noninformative-prior inference, and natural historical-data priors.

Open Questions

Related