ODS Table Names |
PROC SURVEYPHREG assigns a name to each table it creates. You can use this name to refer to the table when using the Output Delivery System (ODS) to select tables and create output data sets. For more information about ODS, see Chapter 20, Using the Output Delivery System. Table 89.7 lists the table names, along with the corresponding analysis options.
ODS Table Name |
Description |
Statement / Option |
---|---|---|
CensoredSummary |
Summary of event and censored |
Default |
ClassLevelInfo |
CLASS variable levels |
CLASS |
ConvergenceStatus |
Convergence status |
NLOPTIONS / PALL |
CovB |
Covariance of parameter estimates |
MODEL / COVB |
DesignSummary |
Design summary |
STRATA or CLUSTER |
FitStatistics |
Model fit statistics |
Default |
GlobalTests |
Tests of the global null |
Default |
Hadamard |
Hadamard matrix |
VARMETHOD=BRR(PRINTH) |
Hessian |
Observed Hessian matrix |
MODEL / HESSIAN |
InvHessian |
Inverse of the observed Hessian |
MODEL / INVHESS |
IterHist |
Iteration history |
NLOPTIONS / PHISTORY |
ModelInfo |
Model information |
Default |
NObs |
Number of observations |
Default |
ParameterEstimates |
Maximum likelihood Estimates |
Default |
ParameterEstimatesStart |
Initial parameter values |
NLOPTIONS / PALL |
StrataInfo |
Stratum information |
STRATA / LIST |
VarianceEstimation |
Variance estimation |
Default |
WeightedCensoredSummary |
Summary of weighted number of event and censored observations |
WEIGHT |