Previous Page | Next Page

The PDLREG Procedure

ODS Table Names

PROC PDLREG 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 the following table.

Table 20.2 ODS Tables Produced in PROC PDLREG

ODS Table Name

Description

Option

ODS Tables Created by the MODEL Statement

ARParameterEstimates

Estimates of autoregressive parameters

NLAG=

CholeskyFactor

Cholesky root of gamma

 

Coefficients

Coefficients for first NLAG observations

NLAG=

ConvergenceStatus

Convergence status table

default

CorrB

Correlation of parameter estimates

CORRB

CorrGraph

Estimates of autocorrelations

NLAG=

CovB

Covariance of parameter estimates

COVB

DependenceEquations

Linear dependence equation

 

Dependent

Dependent variable

default

DWTest

Durbin-Watson statistics

DW=

DWTestProb

Durbin-Watson statistics and

DW=

 

p-values

DWPROB

ExpAutocorr

Expected autocorrelations

NLAG=

FitSummary

Summary of regression

default

GammaInverse

Gamma inverse

 

IterHistory

Iteration history

ITPRINT

LagDist

Lag distribution

ALL

ParameterEstimates

Parameter estimates

default

ParameterEstimatesGivenAR

Parameter estimates assuming AR parameters are given

NLAG=

PartialAutoCorr

Partial autocorrelation

PARTIAL

PreMSE

Preliminary MSE

NLAG=

XPXIMatrix

matrix

XPX

XPXMatrix

matrix

XPX

YWIterSSE

Yule-Walker iteration sum of squared error

METHOD=ITYW

ODS Tables Created by the RESTRICT Statement

Restrict

Restriction table

default

Previous Page | Next Page | Top of Page