The LIFETEST Procedure |
ODS Table Names |
PROC LIFETEST assigns a name to each table it creates. You can use these names to reference the table when using the Output Delivery System (ODS) to select tables and create output data sets. These names are listed in Table 49.4. For more information about ODS, see Chapter 20, Using the Output Delivery System.
ODS Table Name |
Description |
Statement / Option |
---|---|---|
CensoredSummary |
Number of event and censored observations |
PROC LIFETEST METHOD=PL |
FlemingHomCov |
Covariance matrix for k-sample FLEMING statistics |
STRATA / TEST=FLEMING |
HomStats |
Test statistics for k-sample tests |
STRATA / TEST= |
HomTests |
Results of k-sample tests |
STRATA / TEST= |
LifetableEstimates |
Life-table survival estimates |
PROC LIFETEST METHOD=LT |
LogForStepSeq |
Forward stepwise sequence for the log-rank statistics for association |
TEST / |
LogHomCov |
Covariance matrix for k-sample LOGRANK statistics |
STRATA / TEST=LOGRANK |
LogTestCov |
Covariance matrix for log-rank statistics for association |
TEST / |
LogUniChisq |
Univariate chi-squares for log-rank statistics for association |
TEST / |
Means |
Mean and standard error of survival times |
PROC LIFETEST METHOD=PL |
ModPetoHomCov |
Covariance matrix for k-sample MODPETO statistics |
STRATA / TEST=MODPETO |
PetoHomCov |
Covariance matrix for k-sample PETO statistics |
STRATA / TEST=PETO |
ProductLimitEstimates |
Product-limit survival estimates |
PROC LIFETEST METHOD=PL |
Quartiles |
Quartiles of the survival times |
PROC LIFETEST METHOD=PL |
SurvDiff |
Adjustments for multiple comparisons |
STRATA / ADJUST= & DIFF= |
TaroneHomCov |
Covariance matrix for k-sample TARONE statistics |
STRATA / TEST=TARONE |
TrendScores |
Scores used to construct trend tests |
STRATA / TREND |
TrendTests |
Results of trend tests |
STRATA / TREND |
WilForStepSeq |
Forward stepwise sequence for the log-rank statistics for association |
TEST / |
WilHomCov |
Covariance matrix for k-sample WILCOXON statistics |
STRATA / TEST=WILCOXON |
WilTestCov |
Covariance matrix for log-rank statistics for association |
TEST / |
WilUniChiSq |
Univariate chi-squares for Wilcoxon statistics for association |
TEST / |
Copyright © 2009 by SAS Institute Inc., Cary, NC, USA. All rights reserved.