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

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

If the response variable in the corresponding model
statement is binomial, then the residuals are not computed, and
this variable contains missing values.
Copyright © 2001 by SAS Institute Inc., Cary, NC, USA. All rights reserved.