Chapter Contents
Chapter Contents
Previous
Previous
Next
Next
The PHREG Procedure

Partial Likelihood Function for the Cox Model

Let zl denote the vector of (possibly time-dependent) explanatory variables for the lth individual. Let t1 < t2 < ... <tk denote the k distinct, ordered event times. Let di denote the multiplicity of failures at ti; that is, di is the size of the set Di of individuals that fail at ti. Let si be the sum of the vectors zl over the individuals who fail at ti; that is, s_{i}=\sum_{l \in {\cal D}_{i} } z_{l}.Using this notation, the likelihood functions used in PROC PHREG to estimate {\beta} are described in the following sections.

Continuous Time Scale

Let Ri denote the risk set just before the ith ordered event time ti . Let {\cal R}_{i}^{\ast}denote the set of individuals whose event or censored times exceed ti or whose censored times are equal to ti.

The exact likelihood is

L_{1}({{\beta}})=\prod_{i=1}^k \{ \int_{0}^{\infty} \prod_{j=1}^{d_i}
 [ 1-{\rm ...
 ...l \in {\cal R}_{i}^{\ast}}{\rm exp}(z'_{l}{\beta})}t } }
 ) ] {\rm exp}(-t)dt \}

The Breslow likelihood is

L_{2}({{\beta}})=\prod_{i=1}^k \frac{ {\rm exp}(s'_{i}{{\beta}})}
 {[ \raisebox{...
 ...{\displaystyle \sum_{l \in {\cal R}_{i}}
 {\rm exp}(z'_{l}{\beta}) } } ]^{d_i} }
The Efron likelihood is
L_{3}({{\beta}})=\prod_{i=1}^k\frac{ {\rm exp}(s'_{i}{{\beta}}) }
{\displaystyle...
 ...ta}) - \frac{j-1}{d_i} \sum_{l \in {\cal D}_{i}} \
 {\rm exp}(z'_{l}{\beta}) ] }

Discrete Time Scale

Let Qi denote the set of all subsets of di individuals from the risk set Ri. For each q \in {\cal Q}_{i}, q is a di-tuple (q1 , q2 , ... , qdi) of individuals who might have failed at ti. Let s_{q}^{\ast} = \sum_{l=1}^{d_i} z_{q_{l}}.

The discrete logistic likelihood is

L_{4}({{\beta}})=\prod_{i=1}^k \frac{ {\rm exp}(s'_{i}{{\beta}}) }
 {\displaystyle \sum_{q \in {\cal Q}_i}
 {\rm exp}({s_{q}^{\ast}}'{{\beta}}) }

When there are no ties on the event times (that is, d_{i} \equiv 1), all four likelihood functions L_{1}({{\beta}}), L_{2}({{\beta}}), L_{3}({{\beta}}), and L_{4}({{\beta}})reduce to the same expression. In a stratified analysis, the partial likelihood is the product of the partial likelihood functions for the individual strata.

Chapter Contents
Chapter Contents
Previous
Previous
Next
Next
Top
Top

Copyright © 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.