The LIFEREG Procedure

Supported Distributions

For most distributions, the baseline survival function (S) and the probability density function(f) are listed for the additive random disturbance ($y_0$ or $\log (T_0)$) with location parameter $\mu $ and scale parameter $\sigma $. See the section Overview: LIFEREG Procedure for more information. These distributions apply when the log of the response is modeled (this is the default analysis). The corresponding survival function (G) and its density function (g) are given for the untransformed baseline distribution ($T_0$).

For the normal and logistic distributions, the response is not log transformed by PROC LIFEREG, and the survival functions and probability density functions listed apply to the untransformed response.

For example, for the WEIBULL distribution, $S(w)$ and $f(w)$ are the survival function and the probability density function for the extreme-value distribution (distribution of the log of the response), while $G(t)$ and $g(t)$ are the survival function and the probability density function of a Weibull distribution (using the untransformed response).

The chosen baseline functions define the meaning of the intercept, scale, and shape parameters. Only the gamma distribution has a free shape parameter in the following parameterizations. Notice that some of the distributions do not have mean zero and that $\sigma $ is not, in general, the standard deviation of the baseline distribution.

For the Weibull distribution, the accelerated failure time model is also a proportional-hazards model. However, the parameterization for the covariates differs by a multiple of the scale parameter from the parameterization commonly used for the proportional hazards model.

The distributions supported in the LIFEREG procedure follow. If there are no covariates in the model, $\mu $ = Intercept in the output; otherwise, $\mu = \mb {x}^\prime \bbeta $. $\sigma $ = Scale in the output.

Exponential

\begin{eqnarray*}  S(w) &  = &  \exp (-\exp (w-\mu )) \\[0.05in] f(w) &  = &  \exp (w-\mu ) \exp (-\exp (w-\mu )) \\[0.10in] G(t) &  = &  \exp (-\alpha t) \\[0.05in] g(t) &  = &  \alpha \exp (- \alpha t) \\ \end{eqnarray*}

where $\exp (-\mu ) = \alpha $.

Generalized Gamma

$ S(w) = S^{\prime }(u)$, $f(w) = \sigma ^{-1}f^{\prime }(u)$, $ G(t) = G^{\prime }(v)$, $g(t) = {\frac v{t\sigma }}g^{\prime }(v)$, $u={\frac{w-\mu }\sigma }$, $v=\exp ({\frac{\log (t) - \mu }\sigma })$, and

\begin{eqnarray*}  S^{\prime }(u) &  = &  \left\{  \begin{array}{lcl} 1 - \frac{ \Gamma \left( \delta ^{-2}, \delta ^{-2} \exp (\delta u) \right) }{ \Gamma \left( \delta ^{-2} \right) } & &  \mr {if} \; \;  \delta > 0 \\[0.10in] \frac{ \Gamma \left( \delta ^{-2}, \delta ^{-2} \exp (\delta u) \right) }{ \Gamma \left( \delta ^{-2} \right) } & &  \mr {if} \; \;  \delta < 0 \\ \end{array} \right. \\[0.10in] f^{\prime }(u) &  = &  \frac{ |\delta |}{\Gamma \left( \delta ^{-2} \right) } \left( \delta ^{-2} \exp (\delta u) \right)^{\delta ^{-2}} \exp \left( -\exp (\delta u) \delta ^{-2} \right) \\[0.10in] G^{\prime }(v) &  = &  \left\{  \begin{array}{lcl} 1- \frac{ \Gamma \left( \delta ^{-2}, \delta ^{-2} v^{\delta } \right) }{ \Gamma \left(\delta ^{-2} \right) } & &  \mr {if} \; \;  \delta > 0 \\[0.10in] \frac{ \Gamma \left( \delta ^{-2}, \delta ^{-2} v^{\delta } \right) }{ \Gamma \left( \delta ^{-2} \right) } & &  \mr {if} \; \;  \delta < 0 \\ \end{array} \right. \\[0.10in] g^{\prime }(v) &  = &  \frac{ |\delta | }{ v \Gamma \left( \delta ^{-2} \right) } \left( \delta ^{-2} v^{\delta } \right)^{\delta ^{-2}} \exp \left( -v^{\delta } \delta ^{-2} \right) \\ \end{eqnarray*}

where $\Gamma (a)$ denotes the complete gamma function, $\Gamma (a,z)$ denotes the incomplete gamma function, and $\delta $ is a free shape parameter. The $\delta $ parameter is called Shape by PROC LIFEREG. See Lawless (2003, p. 240), and Klein and Moeschberger (1997, p. 386) for a description of the generalized gamma distribution.

Logistic

\begin{eqnarray*}  S(w) &  = &  \left( 1 + \exp \left( \frac{w-\mu }{\sigma } \right) \right)^{-1} \\[0.10in] f(w) &  = &  \frac{ \exp \left( \frac{w-\mu }{\sigma } \right) }{ \sigma \left( 1 + \exp \left( \frac{w-\mu }{\sigma } \right) \right)^2 } \\[0.10in]\end{eqnarray*}

Log-Logistic

\begin{eqnarray*}  S(w) &  = &  \left( 1 + \exp \left( \frac{w-\mu }{\sigma } \right) \right)^{-1} \\[0.10in] f(w) &  = &  \frac{ \exp \left( \frac{w-\mu }{\sigma } \right) }{ \sigma \left( 1 + \exp \left( \frac{w-\mu }{\sigma } \right) \right)^2 } \\[0.10in] G(t) &  = &  \frac{1}{1 + \alpha t^{\gamma } } \\[0.10in] g(t) &  = &  \frac{ \alpha \gamma t^{\gamma - 1} }{ \left( 1 + \alpha t^{\gamma } \right)^2 } \end{eqnarray*}

where $\gamma = 1 / \sigma $ and $\alpha = \exp (-\mu / \sigma )$.

Lognormal

\begin{eqnarray*}  S(w) &  = &  1 - \Phi \left( \frac{w-\mu }{\sigma } \right) \\[0.10in] f(w) &  = &  \frac{1}{\sqrt {2 \pi } \sigma } \exp \left( -\frac{1}{2} \left( \frac{w-\mu }{\sigma } \right)^2 \right) \\[0.10in] G(t) &  = &  1 - \Phi \left( \frac{\log (t)-\mu }{\sigma } \right) \\[0.10in] g(t) &  = &  \frac{1}{\sqrt {2 \pi } \sigma t} \exp \left( -\frac{1}{2} \left( \frac{\log (t)-\mu }{\sigma } \right)^2 \right) \\ \end{eqnarray*}

where $\Phi $ is the cumulative distribution function for the normal distribution.

Normal

\begin{eqnarray*}  S(w) &  = &  1 - \Phi \left( \frac{w-\mu }{\sigma } \right) \\[0.10in] f(w) &  = &  \frac{1}{\sqrt {2 \pi } \sigma } \exp \left( -\frac{1}{2} \left( \frac{w-\mu }{\sigma } \right)^2 \right) \\[0.10in]\end{eqnarray*}

where $\Phi $ is the cumulative distribution function for the normal distribution.

Weibull

\begin{eqnarray*}  S(w) &  = &  \exp \left( - \exp \left( \frac{w-\mu }{\sigma } \right) \right) \\[0.10in] f(w) &  = &  \frac{1}{\sigma } \exp \left( \frac{w-\mu }{\sigma } \right) \exp \left( -\exp \left( \frac{w-\mu }{\sigma } \right) \right) \\[0.10in] G(t) &  = &  \exp \left( -\alpha t^{\gamma } \right) \\[0.10in] g(t) &  = &  \gamma \alpha t^{\gamma - 1} \exp \left( -\alpha t^{\gamma } \right) \\ \end{eqnarray*}

where $\sigma = 1/\gamma $ and $\alpha = \exp (-\mu / \sigma )$.

If your parameterization is different from the ones shown here, you can still use the procedure to fit your model. For example, a common parameterization for the Weibull distribution is

\begin{eqnarray*}  g(t;\lambda , \beta ) &  = &  \left(\frac{\beta }{\lambda }\right) \left(\frac{t}{\lambda }\right)^{\beta -1} \exp \left(-\left(\frac{t}{\lambda }\right)^\beta \right) \\[0.10in] G(t;\lambda , \beta ) &  = &  \exp \left(-\left(\frac{t}{\lambda }\right)^\beta \right) \\ \end{eqnarray*}

so that $\lambda = \exp (\mu )$ and $\beta = 1/\sigma $.

Again note that the expected value of the baseline log response is, in general, not zero and that the distributions are not symmetric in all cases. Thus, for a given set of covariates, $\mb {x}$, the expected value of the log response is not always $\mb {x}^{\prime } \bbeta $.

Some relations among the distributions are as follows:

  • The gamma with Shape=1 is a Weibull distribution.

  • The gamma with Shape=0 is a lognormal distribution.

  • The Weibull with Scale=1 is an exponential distribution.