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 100.8 lists the table names, along with the corresponding analysis options.
Table 100.8: ODS Tables Produced by PROC SURVEYPHREG
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 |
PROC / VARMETHOD=BRR(PRINTH) |
Hessian |
Observed Hessian matrix |
MODEL / HESSIAN |
InvHessian |
Inverse Hessian matrix |
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 |
RepEstimates |
Maximum likelihood estimates for replicate samples |
PROC / VARMETHOD=BRR(DETAILS) or VARMETHOD=JACKKNIFE(DETAILS) |
StrataInfo |
Stratum information |
STRATA / LIST |
VarianceEstimation |
Variance estimation |
Default |
WeightedCensoredSummary |
Summary of weighted number of event and censored observations |
WEIGHT |