Chapter Contents
Chapter Contents
Previous
Previous
Next
Next
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. For more information on ODS, see Chapter 6, "Using the Output Delivery System."

Table 15.1: ODS Tables Produced in PROC PDLREG
ODS Table Name Description Option
   
ODS Tables Created by the MODEL Statement
   
FitSummarySummary of regressiondefault
SummaryNoInterceptSummary of regression (no intercept)NOINT
YWIterSSEYule-Walker iteration sum of squared errorMETHOD=ITYW
PreMSEPreliminary MSENLAG=
DependentDependent variabledefault
DependenceEquationsLinear dependence equation 
ARParameterEstimatesEstimates of Autoregressive ParametersNLAG=
CorrGraphEstimates of AutocorrelationsNLAG=
ExpAutocorrExpected AutocorrelationsNLAG=
IterHistoryIteration HistoryITPRINT
ParameterEstimatesParameter Estimatesdefault
ParameterEstimatesGivenARParameter estimates assuming AR parameters are givenNLAG=
PartialAutoCorrPartial autocorrelationPARTIAL
CovBCovariance of Parameter EstimatesCOVB
CorrBCorrelation of Parameter EstimatesCORRB
ConvergenceStatusConvergence Status tabledefault
DWTestDurbin-Watson StatisticsDW=
LagDistLag DistributionALL
XPXX'X MatrixXPX
InvXPXX'X Inverse MatrixXPX
   
ODS Tables Created by the RESTRICT Statement
   
RestrictRestriction tabledefault

Chapter Contents
Chapter Contents
Previous
Previous
Next
Next
Top
Top

Copyright © 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.