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Ā 23, Using the Output Delivery System. Table 10 lists the table names, along with the corresponding analysis options.

Table 10: 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
HadamardMatrix Hadamard matrix PROC / VARMETHOD=BRR(PRINTH)
HazardRatios Hazard ratios and confidence limits HAZARDRATIO
Hessian Observed Hessian matrix MODEL / HESSIAN
InvHessian Inverse Hessian matrix MODEL / INVHESS
IterHist Iteration history NLOPTIONS / PHISTORY or PHISTPARMS
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), VARMETHOD=JACKKNIFE(DETAILS) or VARMETHOD=BOOTSTRAP(DETAILS)
RiskSetInfo Risk set information PROC / ATRISK
StrataInfo Stratum information STRATA / LIST
VarianceEstimation Variance estimation Default
WeightedCensoredSummary Summary of weighted number of event and censored observations WEIGHT


Last updated: March 08, 2022