PROC ICPHREG assigns a name to each table it creates. You can use these names to refer to the table when you use the Output Delivery System (ODS) to select tables and create output data sets. These names are listed in Table 51.8. For more information about ODS, see Chapter 20: Using the Output Delivery System.
Table 51.8: ODS Tables Produced by PROC ICPHREG
ODS Table Name |
Description |
Statement |
Option |
---|---|---|---|
ClassLevelInfo |
Design information for CLASS variables |
CLASS |
|
ClassLevels |
Classification variables levels |
CLASS |
PARAM=GLM |
ConvergenceStatus |
Convergence status |
MODEL |
|
CorrB |
Parameter estimate correlation matrix |
MODEL |
CORRB |
CovB |
Parameter estimate covariance matrix |
MODEL |
COVB |
FitStatistics |
Fit statistics |
MODEL |
|
HazardRatios |
Customized hazard ratio estimates |
HAZARDRATIO |
|
LastGrad |
Last evaluation of the gradient |
PROC |
ITHISTORY |
LastHess |
Last evaluation of the Hessian |
PROC |
ITHISTORY |
IterHist |
Iteration history |
PROC |
ITHISTORY |
ModelInfo |
Model and data information |
MODEL |
|
NObs |
Number of observations |
MODEL |
|
OptInfo |
Optimization Information |
MODEL |
|
ParameterEstimates |
Parameter estimates |
MODEL |
|
ParmInfo |
Regression effect names |
CLASS |
|
HazardParms |
Baseline parameters |
MODEL |