Chapter Contents
Chapter Contents
Previous
Previous
Next
Next
The SIMLIN Procedure

OUTEST= Data Set

The OUTEST= data set contains all the variables read from the EST= data set. The variables in the OUTEST= data set are as follows.

The observations read from the EST= data set that supply the structural coefficients are copied to the OUTEST= data set, except that the signs of endogenous coefficients are reversed. For these observations, the _TYPE_ variable values are the same as in the EST= data set.

In addition, the OUTEST= data set contains observations with the following _TYPE_ values:

REDUCED
the reduced form coefficients. The endogenous variables for this group of observations contain the inverse of the endogenous coefficient matrix G. The lagged endogenous variables contain the matrix {\Pi}1=G-1C. The exogenous variables contain the matrix {\Pi}2=G-1B.

IMULTi
the interim multipliers, if the INTERIM= option is specified. There are gn observations for the interim multipliers, where g is the number of endogenous variables and n is the value of the INTERIM=n option. For these observations the _TYPE_ variable has the value IMULTi, where the interim number i ranges from 1 to n.

The exogenous variables in groups of g observations that have a _TYPE_ value of IMULTi contain the matrix Di{\Pi}2 of multipliers at interim i. The endogenous and lagged endogenous variables for this group of observations are set to missing.

TOTAL
the total multipliers, if the TOTAL option is specified. The exogenous variables in this group of observations contain the matrix (I-D)-1{\Pi}2. The endogenous and lagged endogenous variables for this group of observations are set to missing.

Chapter Contents
Chapter Contents
Previous
Previous
Next
Next
Top
Top

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