PROC SIMLIN 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 25.1: ODS Tables Produced in PROC SIMLIN
ODS Table Name |
Description |
Option |
---|---|---|
Endogenous |
Structural Coefficients for Endogenous Variables |
default |
LaggedEndogenous |
Structural Coefficients for Lagged Endogenous Variables |
default |
Exogenous |
Structural Coefficients for Exogenous Variables |
default |
InverseCoeff |
Inverse Coefficient Matrix for Endogenous Variables |
default |
RedFormLagEndo |
Reduced Form for Lagged Endogenous Variables |
default |
RedFormExog |
Reduced Form for Exogenous Variables |
default |
InterimMult |
Interim Multipliers |
INTERIM= option |
TotalMult |
Total Multipliers |
TOTAL= option |
FitStatistics |
Fit statistics |
default |