The SURVEYPHREG Procedure

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 93.8 lists the table names, along with the corresponding analysis options.

Table 93.8: ODS Tables Produced by PROC SURVEYPHREG

ODS Table Name

Description

Statement / Option

CensoredSummary

Summary of event and censored
observations

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
hypothesis

Default

Hadamard

Hadamard matrix

VARMETHOD=BRR(PRINTH)

Hessian

Observed Hessian matrix

MODEL / HESSIAN

InvHessian

Inverse of the observed Hessian
matrix

MODEL / INVHESS

IterHist

Iteration history

NLOPTIONS / PHISTORY

ModelInfo

Model information

Default

NObs

Number of observations

Default

ParameterEstimates

Maximum likelihood Estimates
of model parameters

Default

ParameterEstimatesStart

Initial parameter values
for optimization

NLOPTIONS / PALL

StrataInfo

Stratum information

STRATA / LIST

VarianceEstimation

Variance estimation

Default

WeightedCensoredSummary

Summary of weighted number of event and censored observations

WEIGHT