The HPSEVERITY procedure optionally produces displayed output by using the Output Delivery System (ODS). All output is controlled by the PRINT= option in the PROC HPSEVERITY statement. Table 9.17 relates the ODS tables to PRINT= options.
Table 9.17: ODS Tables Produced in PROC HPSEVERITY
ODS Table Name |
Description |
Option |
---|---|---|
AllFitStatistics |
Statistics of fit for all the distribution models |
PRINT=ALLFITSTATS |
ConvergenceStatus |
Convergence status of parameter estimation process |
PRINT=CONVSTATUS |
DescStats |
Descriptive statistics for the response variable |
PRINT=DESCSTATS |
DistributionInfo |
Distribution information |
PRINT=DISTINFO |
EstimationDetails |
Details of the estimation process for all the distribution models |
PRINT=ESTIMATIONDETAILS |
InitialValues |
Initial parameter values and bounds |
PRINT=INITIALVALUES |
IterationHistory |
Optimization iteration history |
PRINT=NLOHISTORY |
ModelSelection |
Model selection summary |
PRINT=SELECTION |
OptimizationSummary |
Optimization summary |
PRINT=NLOSUMMARY |
ParameterEstimates |
Final parameter estimates |
PRINT=ESTIMATES |
PerformanceInfo |
Execution environment information that pertains to the computational performance |
Default |
RegDescStats |
Descriptive statistics for the regression effects that do not contain a CLASS variable |
PRINT=DESCSTATS |
StatisticsOfFit |
Statistics of fit |
PRINT=STATISTICS |
Timing |
Timing information for various computational stages of the procedure |
DETAILS (PERFORMANCE statement) |
TurnbullSummary |
Turnbull EDF estimation summary |
PRINT=ALL |
If you do not specify the PRINT= option, then by default PROC HPSEVERITY produces ModelSelection, PerformanceInfo, ConvergenceStatus, OptimizationSummary, StatisticsOfFit, and ParameterEstimates ODS tables.
The following describes the content that each table displays: