Chapter Contents
Chapter Contents
Previous
Previous
Next
Next
The LIFEREG Procedure

OUTPUT Statement

OUTPUT <OUT=SAS-data-set> keyword=name <...keyword=name> ;

Two new keywords are available.

CRESIDUAL | CRES
specifies a variable to contain the Cox-Snell residuals
-log(S(wi))
where S is the standard survival function and
w_i=\frac{t_i - x_i^'b}{\sigma}

If the response variable in the corresponding model statement is binomial, then the residuals are not computed, and this variable contains missing values.

SRESIDUAL | SRES
specifies a variable to contain the standardized residuals
\frac{t_i - x_i^'b}{\sigma}

If the response variable in the corresponding model statement is binomial, then the residuals are not computed, and this variable contains missing values.

Chapter Contents
Chapter Contents
Previous
Previous
Next
Next
Top
Top

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