-
ALPHA=
specifies the level of significance
for the
% confidence intervals for the survivor, hazard, and density functions. For example, the option ALPHA=0.05 requests the 95% confidence limits for the survivor function. The default value is 0.05.
-
ALPHAQT=
specifies the significance level
for the
% confidence intervals for the quartiles of the survival time. For example, the option ALPHAQT=0.05 requests a 95% confidence interval for the quartiles of the survival time. The default value is 0.05.
-
ATRISK
adds a column that represents the number of subjects at risk to the survival estimate table. Also added is a column that represents the number of events at each observed time. This option has no effect for the life-table method.
-
BANDMAXTIME=value
BANDMAX=value
specifies
the maximum time for the confidence bands. The default is the largest observed event time. If the specified BANDMAX= time exceeds the largest observed event time, it is truncated to the largest observed event time.
-
BANDMINTIME=value
BANDMIN=value
specifies
the minimum time for the confidence bands. The default is the smallest observed event time. For the equal-precision band, if the BANDMIN= value is less than the smallest observed event time, it is defaulted to the smallest observed event time.
-
CIFVAR
displays the variance of the cumulative incidence function (CIF) estimator for competing-risks data. By default, PROC LIFETEST displays the standard error of the CIF estimator.
-
CONFBAND=keyword
-
specifies the confidence bands to be output to the OUTSURV= data set. Confidence bands are available for METHOD=KM, METHOD=BRESLOW, or METHOD=FH. You can use the following keywords:
- ALL
outputs both the Hall-Wellner and the equal-precision confidence bands.
- EP
outputs the equal-precision confidence bands.
- HW
outputs the Hall-Wellner confidence bands.
-
CONFTYPE=keyword
-
specifies the transformation applied to
to obtain the pointwise confidence intervals and the confidence bands for the survivor function in addition to the confidence intervals for the quartiles of the survival times. The following keywords can be used; the default is CONFTYPE=LOGLOG.
- ASINSQRT
-
the arcsine-square root transformation,
- LOGLOG
-
the log-log transformation,
This is also referred to as the log cumulative hazard transformation since it applies the logarithmic function to the cumulative hazard function. Collett (1994) and Lachin (2000) refer to it as the complementary log-log transformation.
- LINEAR
-
the identity transformation,
- LOG
-
the logarithmic transformation,
- LOGIT
-
the logit transformation,
-
DATA=SAS-data-set
names the SAS data set used by PROC LIFETEST. By default, the most recently created SAS data set is used.
-
ERROR=AALEN | DELTA
specifies the method of calculating the variance of the CIF estimator. When ERROR=AALEN, the variance estimator is based on the theory of counting process (Aalen 1978). When ERROR=DELTA, the delta method is used to compute the variance. By default, ERROR=AALEN. For more information, see the section Estimation of the CIF.
-
INTERVALS=values
-
specifies a list of interval endpoints for the life-table method. These endpoints must all be nonnegative numbers. The initial interval is assumed to start at zero whether or not zero is specified in the list. Each interval contains its lower endpoint but does not contain its upper endpoint. When this option is used with METHOD=KM, METHOD=BRESLOW, or METHOD=FH, it reduces the number of survival estimates displayed by showing only the estimates for the smallest time within each specified interval. The INTERVALS= option can be specified in any of the following ways:
a list separated by blanks |
|
INTERVALS=1 3 5 7 |
a 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 |
a combination of the above |
|
INTERVALS=1,3 to 5,7 |
For example, the specification
intervals=5,10 to 30 by 10
produces the set of intervals
-
MAXTIME=value
specifies the maximum value of the time variable allowed on the plots so that outlying points do not determine the scale of the time axis of the plots. This option affects only the displayed plots and has no effect on any calculations.
-
METHOD=type
-
specifies the method to be used to compute the survival function estimates. Valid values for type are as follows:
-
BRESLOW
specifies that the Breslow estimates be computed. The Breslow estimator is the exponentiation of the negative Nelson-Aalen estimator of the cumulative hazard function.
-
FH
specifies that the Fleming-Harrington (FH) estimates be computed. The FH estimator is a tie-breaking modification of the Breslow estimator. If there are no tied event times, this estimator is the same as the Breslow estimator.
-
KM
PL
specifies that Kaplan-Meier estimates (also known as the product-limit estimates) be computed.
-
ACT
LIFE
LT
specifies that life-table estimates (also known as actuarial estimates) be computed.
By default, METHOD=KM.
-
MISSING
treats missing values as valid values for the stratum variables. By default, PROC LIFETEST does not use observations that have a missing value in any stratum variables. For more information, see the section Missing Values.
-
NELSON
AALEN
produces the Nelson-Aalen estimates of the cumulative hazards and the corresponding standard errors. This option is ignored if METHOD=LT is specified.
-
NINTERVAL=value
specifies the number of intervals used to compute the life-table estimates of the survivor function. This parameter is overridden by the WIDTH= option or the INTERVALS= option. When you specify the NINTERVAL= option, PROC LIFETEST tries to find an interval that results in round numbers for the endpoints. Consequently, the number of intervals can be different from the number requested. Use the INTERVALS= option to control the interval endpoints. The default is NINTERVAL=10.
-
NOLEFT
suppresses the Number Left and Number Event columns in the survival estimate table. This option has no effect for the life-table estimate.
-
NOPRINT
suppresses the display of output. This option is useful when only an output data set is needed. It temporarily disables the Output Delivery System (ODS); For more information about ODS, see Chapter 23, Using the Output Delivery System.
-
NOTABLE
suppresses the display of survival function estimates. Only the number of censored and event times, plots, and test results is displayed.
-
OUTCIF=SAS-data-set
creates an output SAS data set to contain the point and interval estimates for the cumulative incidence function (CIF). The data set also contains the number of subjects at risk, the number of events of interest, and the number of events of all types. For more information about the contents of the OUTCIF= data set, see the section OUTCIF= Data Set.
-
OUTSURV=SAS-data-set
OUTS=SAS-data-set
creates an output SAS data set to contain the estimates of the survival function and corresponding confidence limits for all strata. For more information about the contents of the OUTSURV= data set, see the section OUTSURV= Data Set.
-
OUTTEST=SAS-data-set
OUTT=SAS-data-set
creates an output SAS data set to contain the overall chi-square test statistic for association with failure time for the variables in the TEST statement, the values of the univariate rank test statistics for each variable in the TEST statement, and the estimated covariance matrix of the univariate rank test statistics. For more information about the contents of the OUTTEST= data set, see the section OUTTEST= Data Set.
-
RMST<(options)>
-
performs the analysis of the restricted mean survival time (RMST). You can specify the following options:
-
BC
applies bias correction to standard error estimation.
-
TAU=value
specifies the upper time limit of the RMST. The value must be positive. The default is the largest observed time.
-
RMTL<(options)>
-
performs the analysis of the restricted mean time lost (RMTL). You can specify the following options:
-
BC
applies bias correction to standard error estimation.
-
TAU=value
specifies the upper time limit of the RMTL. The value must be positive. The default is the largest observed time.