Chapter Contents
Chapter Contents
Previous
Previous
Next
Next
The LIFEREG Procedure

Predicted Values

For a given set of covariates, x (including the intercept term), the pth quantile of the log response, yp, is given by
y_p = {x^' \beta} + \sigma w_p
where wp is the pth quantile of the baseline distribution. The estimated quantile is computed by replacing the unknown parameters with their estimates, including any shape parameters on which the baseline distribution might depend. The estimated quantile of the original response is obtained by taking the exponential of the estimated log quantile unless the NOLOG option is specified in the preceding MODEL statement.

The standard errors of the quantile estimates are computed using the estimated covariance matrix of the parameter estimates and a Taylor series expansion of the quantile estimate. The standard error is computed as

{STD} = \sqrt{{z^'Vz}}
where V is the estimated covariance matrix of the parameter vector (\beta^',\sigma,\delta)^', and z is the vector
z = [ x \ 
 \hat{w}_p \ 
 \hat{\sigma} 
 \frac{\partial w_p}{\partial \delta} \ ]
where \delta is the vector of the shape parameters. Unless the NOLOG option is specified, this standard error estimate is converted into a standard error estimate for exp(yp) as \exp(\hat{y}_p)STD. It may be more desirable to compute confidence limits for the log response and convert them back to the original response variable than to use the standard error estimates for exp(yp) directly. See Example 36.1 for a 90% confidence interval of the response constructed by exponentiating a confidence interval for the log response.

The variable, CDF, is computed as

CDFi = F(wi)
where the residual
w_i=( \frac{ y_i-{x^'}_i{b} }
 { \hat{\sigma} } )
and F is the baseline cumulative distribution function.

Chapter Contents
Chapter Contents
Previous
Previous
Next
Next
Top
Top

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