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 58.6. For more information about ODS, see Chapter 20: Using the Output Delivery System.
Table 58.6: ODS Tables Produced by PROC LIFETEST
ODS Table Name |
Description |
Statement / Option |
---|---|---|
BreslowEstimates |
Breslow estimates |
PROC LIFETEST METHOD=B |
CensoredSummary |
Number of event and censored observations |
PROC LIFETEST METHOD=PL | B | FH |
FlemingEstimates |
Fleming-Harrington estimates |
PROC LIFETEST METHOD=FH |
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 |
LogrankHomCov |
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 | B | FH |
SimDetails |
Details of quantile simulations |
STRATA / ADJUST=SIMULATE |
SimResults |
Quantile simulation results |
STRATA / ADJUST=SIMULATE |
SurvDiff |
Adjustments for multiple comparisons |
STRATA / ADJUST= and 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 |
WilcoxonHomCov |
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 |