Component of the full likelihood used to estimate in the Cox PH model, treating the baseline hazard as a nuisance parameter.

Partial Likelihood (No Ties)

Let there be distinct event times: . At each , let be the risk set — all subjects still at risk just before .

where:

  • : covariate vector of the subject who experiences the event at
  • : set of indices of subjects at risk at

Full Likelihood Factorization

For independent observations :

Using and the Cox PH model:

This factorizes into:

where is the partial likelihood — it depends only on and the event ordering, not on .

Intuition

At each event time , the contribution to the likelihood is the ratio:

The cancels because it appears in both numerator and denominator — this is why does not need to be specified.

Since events are assumed independent, multiply across all event times.

Estimation

Maximize to obtain (MLE). The score function and information matrix give standard errors. This is done numerically (e.g., Newton-Raphson) in practice.

Example: Burn Data

Setup: 154 burn patients. Model: , with gender = 1 (female), 0 (male).

At : at risk (31 female, 114 male). events (1 female, 4 male).

Breslow contribution:

Efron contribution — total hazard of 5 event subjects: :

Discrete contribution — 6 possible gender combinations for 5 events:

MethodAccuracySpeedR Default?
BreslowGood for few tiesFastestNo
EfronBetterModerateYes
DiscreteExactSlow (combinatorial)No — use method = "exact"