PROC SYSLIN assigns a name to each table it creates. You can use these names to reference the table when you use the Output Delivery System (ODS) to select tables and create output data sets. These names are listed in the following table. If the estimation method used is 3SLS, IT3SLS, ITSUR or SUR, you can obtain tables by specifying ODS OUTPUT CorrResiduals, InvCorrResiduals, InvCovResiduals.
Table 29.1: ODS Tables Produced in PROC SYSLIN
ODS Table Name |
Description |
Option |
---|---|---|
ANOVA |
Summary of the SSE, MSE for the equations |
default |
AugXPXMat |
Model crossproducts |
XPX or USSCP |
AutoCorrStat |
Autocorrelation statistics |
DW |
ConvergenceStatus |
Convergence status |
default |
CorrB |
Correlations of parameters |
CORRB |
CorrResiduals |
Correlations of residuals |
|
CovB |
Covariance of parameters |
COVB |
CovResiduals |
Covariance of residuals |
|
EndoMat |
Endogenous variables |
REDUCED |
ExogMat |
Exogenous variables |
REDUCED |
FitStatistics |
Statistics of fit |
default |
InvCorrResiduals |
Inverse correlations of residuals |
|
InvCovResiduals |
Inverse covariance of residuals |
|
InvEndoMat |
Inverse endogenous variables |
REDUCED |
InvXPX |
inverse for system |
I |
IterHistory |
Iteration printing |
ITPRINT |
MissingValues |
Missing values generated by the program |
default |
ModelVars |
Name and label for the model |
default |
ParameterEstimates |
Parameter estimates |
default |
RedMat |
Reduced form |
REDUCED |
SimpleStatistics |
Descriptive statistics |
SIMPLE |
SSCP |
Model crossproducts |
XPX or USSCP |
TestResults |
Test for overidentifying restrictions |
|
Weight |
Weighted model statistics |