The QUANTREG procedure assigns a name to each table it creates. You can specify these names when you use the Output Delivery System (ODS) to select tables and create output data sets. These names are listed in the Table 83.9.
Table 83.9: ODS Tables Produced in PROC QUANTREG
ODS Table Name |
Description |
Statement |
Option |
---|---|---|---|
ClassLevels |
Classification variable levels |
CLASS |
Default |
CorrB |
Parameter estimate correlation matrix |
MODEL |
CORRB |
CovB |
Parameter estimate covariance matrix |
MODEL |
COVB |
Diagnostics |
Outlier diagnostics |
MODEL |
DIAGNOSTICS |
DiagSummary |
Summary of the outlier diagnostics |
MODEL |
DIAGNOSTICS |
IPIterHistory |
Iteration history (interior point) |
MODEL |
ITPRINT |
ModelInfo |
Model information |
MODEL |
Default |
NObs |
Number of observations |
PROC |
Default |
ObjFunction |
Objective function |
MODEL |
Default |
ParameterEstimates |
Parameter estimates |
MODEL |
Default |
ParmInfo |
Parameter indices |
MODEL |
Default |
PerfSettings |
Performance settings |
PERFORMANCE |
DETAILS |
ProcessEst |
Quantile process estimates |
MODEL |
QUANTILE= |
ProcessObj |
Objective function for quantile process |
MODEL |
QUANTILE= |
SMIterHistory |
Iteration history (smoothing) |
MODEL |
ITPRINT |
SummaryStatistics |
Summary statistics for model variables |
MODEL |
Default |
Tests |
Results for tests |
TEST |
Default |
ScalableTiming |
Timing details |
PERFORMANCE |
DETAILS |