Computational Details
This section discusses various computational details.
Computation of Model Crossproduct Matrix
Model crossproduct matrix X'X is formed from projected values.
For K-class estimation,
-
X = (1-k) R + k Z(Z'Z)-1Z' R
where Z is the instrument set and R is the the regressor set.
Note that k=1 for the 2SLS method and k=0 for the OLS method.
In the 3SLS, IT3SLS, SUR, and ITSUR methods, X'X is formed as

where Z and R are as defined previously and S
is an estimate of the cross-equation covariance matrix.
For SUR and ITSUR, Z is the identity matrix.
Computation of Standard Errors
The VARDEF= option in the PROC SYSLIN statement controls
the denominator used in calculating the cross-equation covariance estimates
and the parameter standard errors and covariances.
The values of the VARDEF= option and the resulting denominator are as follows:
- N
- uses the number of nonmissing observations.
- DF
- uses the number of nonmissing observations
less the degrees of freedom in the model.
- WEIGHT
- uses the sum of the observation weights given by the WEIGHTS statement.
- WDF
- uses the sum of the observation weights given by the WEIGHTS statement
less the degrees of freedom in the model.
The VARDEF= option does not affect
the model mean square error, root mean square error, or R2 statistics.
These statistics are always based on the error degrees of freedom,
regardless of the VARDEF= option.
The VARDEF= option also does not affect the dependent variable
coefficient of variation (C.V.).
Reduced Form Estimates
The REDUCED option on the PROC SYSLIN statement computes
estimates of the reduced form coefficients.
The REDUCED option requires that the equation system be square.
If there are fewer models than endogenous variables,
IDENTITY statements can be used to complete the equation system.
The reduced form coefficients are computed as follows.
Represent the equation system,
with all endogenous variables moved to the left-hand side of the
equations and identities, as:

Here B is the estimated coefficient matrix for the
endogenous variables Y,
and
is the estimated coefficient matrix for the
exogenous (or predetermined) variables X.
The system can be solved for Y as follows,
provided B is square and nonsingular:

The reduced form coefficients are the matrix
.
Uncorrelated Errors Across Equations
The SDIAG option in the PROC SYSLIN statement computes estimates
assuming uncorrelated errors across equations.
As a result, when the SDIAG option is used,
the 3SLS estimates are identical to 2SLS estimates,
and the SUR estimates are the same as the OLS estimates.
Over Identification Restrictions
The OVERID option in the MODEL statement can be used to test
for over identifying restrictions on parameters of each equation.
The null hypothesis is that the predetermined variables not
appearing in any equation have zero coefficients.
The alternative hypothesis is that at least one of the assumed zero
coefficients is nonzero.
The test is approximate and rejects the null hypothesis
too frequently for small sample sizes.
The formula for the test is given as follows.
Let
be the ith equation.
Yi are the endogenous variables that appear
as regressors in the ith equation,
and Zi are the instrumental variables that appear as
regressors in the ith equation.
Let Ni be the number of variables
in Yi and Zi.
Let
.
Let Z represent all instrumental variables,
T be the total number of observations, and
K be the total number of instrumental variables.
Define
as follows:

Then the test statistic

is distributed approximately as an F with
K-Ni and T-K degrees of freedom.
Refer to Basmann (1960) for more information.
Fuller's Modification to LIML
The ALPHA= option in the PROC SYSLIN and MODEL statements
parameterizes Fuller's modification to LIML.
This modification is
,
where
is the value of the ALPHA= option,
is the LIML k value, n is the number of observations,
and g is the number of predetermined variables.
Fuller's modification is not used unless the ALPHA= option is specified.
Refer to Fuller (1977) for more information.
Copyright © 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.