Chapter Contents
Chapter Contents
Previous
Previous
Next
Next
The PHREG Procedure

ODS Table Names

PROC PHREG 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 the following table. For more information on ODS, see Chapter 15, "Using the Output Delivery System."

Table 49.1: ODS Tables Produced in PROC PHREG
ODS Table Name Description Statement Option
BestSubsetsBest subset selectionMODELSELECTION=SCORE
CensoredSummarySummary of event and censored observationsMODELdefault
ConvergenceStatusConvergence statusMODELdefault
CorrBEstimated correlation matrix of parameter estimatorsMODELCORRB
CovBEstimated covariance matrix of parameter estimatorsMODELCOVB
FitStatisticsModel fit statisticsMODELdefault
GlobalScoreGlobal chi-square testMODELNOFIT
GlobalTestsTests of the global null hypothesisMODELdefault
IterHistoryIteration historyMODELITPRINT
LastGradientLast evaluation of gradientMODELITPRINT
ModelBuildingSummarySummary of model buildingMODELSELECTION=B/F/S
ModelInfoModel informationPROCdefault
ParameterEstimatesMaximum likelihood estimates of model parametersMODELdefault
ResidualChiSqResidual chi-squareMODELSELECTION=F/B
SimpleStatisticsSummary statistics for explanatory variablesPROCSIMPLE
TestPrint1L[cov(b)]L' and Lb-cTESTPRINT
TestPrint2Ginv(L[cov(b)]L') and Ginv(L[cov(b)]L')(Lb-c)TESTPRINT
VariablesNotInModelAnalysis of variables not in the modelMODELSELECTION=F/S

Chapter Contents
Chapter Contents
Previous
Previous
Next
Next
Top
Top

Copyright © 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.