ODS Table Names |
PROC PANEL assigns a name to each table it creates. You can use these names to reference the table when using the Output Delivery System (ODS) to select tables and create output data sets. These names are listed in Table 20.2.
ODS Table Name |
Description |
Option |
---|---|---|
ODS Tables Created by the MODEL Statement |
||
ModelDescription |
Model description |
Default |
FitStatistics |
Fit statistics |
Default |
FixedEffectsTest |
F test for no fixed effects |
FIXONE,FIXTWO, FIXONETIME |
ParameterEstimates |
Parameter estimates |
Default |
CovB |
Covariance of parameter estimates |
COVB |
CorrB |
Correlations of parameter estimates |
CORRB |
VarianceComponents |
Variance component estimates |
RANONE, RANTWO, DASILVA |
RandomEffectsTest |
Hausman test for random effects |
RANONE, RANTWO |
AR1Estimates |
First-order autoregressive parameter estimates |
RHO(PARKS) |
BreuschPaganTest |
Breusch-Pagan one-way test |
BP |
BreuschPaganTest2 |
Breusch-Pagan two-way test |
BP2 |
Sargan |
Sargan’s test for overidentification |
GMM |
ARTest |
Autoregression test for the residuals |
GMM |
IterHist |
Iteration history |
ITPRINT(ITGMM) |
ConvergenceStatus |
Convergence status of iterated GMM estimator |
ITGMM |
EstimatedPhiMatrix |
Estimated phi matrix |
PARKS |
EstimatedAutocovariances |
Estimates of autocovariances |
DASILVA |
ODS Tables Created by the TEST Statement |
||
TestResults |
Test results |