|
Chapter Contents |
Previous |
Next |
| The LIFETEST Procedure |
| Task | Options | Description |
| Specify Data Set | DATA= | specifies the input SAS data set |
| OUTSURV= | names an output data set to contain survival estimates and confidence limits | |
| OUTTEST= | names an output data set to contain rank test statistics for association of survival time with covariates limits | |
| Specify Model | ALPHA= | sets confidence level for survival estimates |
| ALPHAQT= | sets confidence level for survival time quartiles | |
| INTERVALS= | specifies interval endpoints for life table calculations | |
| MAXTIME= | sets maximum value of time variable for plot | |
| METHOD= | specifies method to compute survivor function | |
| MISSING | allows missing values to be a stratum level | |
| NINTERVAL= | specifies number of intervals for life table estimates | |
| SINGULAR= | sets tolerance for testing singularity of covariance matrix of rank statistics | |
| TIMELIM= | specifies the time limit used to estimate the mean survival time and its standard error | |
| WIDTH= | specifies width of intervals for life table estimates | |
| Control Output | CENSOREDSYMBOL= | defines symbol used for censored observations in plots |
| EVENTSYMBOL= | specifies symbol used for event observations in plots | |
| FORMCHAR(1,2,7,9)= | defines characters used for line printer plot axes | |
| LINEPRINTER | specifies that plots are produced by line printer | |
| NOCENSPLOT | suppresses the plot of censored observations | |
| NOPRINT | suppresses display of output | |
| NOTABLE | suppresses display of survival function estimates | |
| PLOTS= | plots survival estimates | |
| REDUCEOUT | specifies that only INTERVAL= or TIMELIST= observations are listed in the OUTSURV= data set | |
| TIMELIST= | specifies a list of time points at which the Kaplan-Meier estimates are displayed | |
| Enhance Graphical Output | ANNOTATE= | specifies an annotate data set that adds features to plots |
| DESCRIPTION= | specifies string that appears in the description field of the PROC GREPLAY master menu for the plots | |
| GOUT= | specifies graphics catalog name for saving graphics output | |
| LANNOTATE= | specifies an input data set that contains variables for local annotation |
formchar(1,2,7,9)='B3C4C5C0'x
formchar='B3C4DAC2BFC3C5B4C0C1D9'x
| list separated by blanks | intervals=1 3 5 7 | |
| list separated by commas | intervals=1,3,5,7 | |
| x to y | intervals=1 to 7 | |
| x to y by z | intervals=1 to 7 by 1 | |
| combination of the above | intervals=1,3 to 5,7 |
intervals=5,10 to 30 by 10

plots = (s)
plots = (s(name=Surv2), h(name=Haz2))
|
Chapter Contents |
Previous |
Next |
Top |
Copyright © 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.