The PANEL Procedure

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.6.

Table 20.6: ODS Tables Produced in PROC PANEL

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

LLCResults

LLC panel unit root test

UROOTTEST

IPSResults

IPS panel unit root test

UROOTTEST

CTResults

Combination test for panel unit root

UROOTTEST

HadriResults

Hadri panel stationarity test

UROOTTEST

HTResults

Harris and Tzavalis panel unit root test

UROOTTEST

BRResults

Breitung panel unit root test

UROOTTEST

URootdetail

Panel unit root test intermediate results

UROOTTEST

PTestResults

Poolability test for panel data

POOLTEST

ODS Tables Created by the TEST Statement

TestResults

Test results