The SEVERITY procedure optionally produces displayed output by using the Output Delivery System (ODS). All output is controlled by the PRINT= option in the PROC SEVERITY statement. Table 23.17 relates the ODS tables to PRINT= options.
Table 23.17: ODS Tables Produced in PROC SEVERITY
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 |
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 |
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 |
PRINT=ALL |
TurnbullSummary |
Turnbull EDF estimation summary |
PRINT=ALL |
If you do not specify the PRINT= option, then by default PROC SEVERITY produces ModelSelection, ConvergenceStatus, OptimizationSummary, StatisticsOfFit, and ParameterEstimates ODS tables.
The following describes the content that is displayed in each table: