PROC HPPANEL assigns a name to each table it creates. You can use these names to refer to the table when you use the Output Delivery System (ODS) to select tables and create output data sets. These names are listed in Table 7.2.
Table 7.2: ODS Tables Produced in PROC HPPANEL
ODS Table Name |
Description |
Option |
---|---|---|
ODS Tables Created by the MODEL Statement |
||
ModelInfo |
Model information |
Default |
PerformanceInfo |
Performance information |
Default |
Nobs |
Number of observations |
Default |
FitStatistics |
Fit statistics |
Default |
ParameterEstimates |
Parameter estimates |
Default |
CovB |
Covariance of parameter estimates |
COVB |
CorrB |
Correlations of parameter estimates |
CORRB |
RandomEffectsTest |
Hausman test for random effects |
RANONE, RANTWO |
ODS Tables Created by the TEST Statement |
||
TestResults |
Test results |
|
ODS Tables Created by the PERFORMANCE Statement |
||
Timing |
Timing Table |