Output of the maximum-likelihood estimation of the specified spatial SUR model. A list with:
call |
Matched call. |
type |
Type of model specified. |
betas |
Estimated coefficients for the regressors. |
deltas |
Estimated spatial coefficients. |
se_betas |
Estimated standard errors for the estimates of beta. |
se_deltas |
Estimated standard errors for the estimates of the spatial coefficients. |
cov |
Estimated covariance matrix for the estimates of beta's and spatial coefficients. |
llsur |
Value of the likelihood function at the maximum-likelihood estimates. |
R2 |
Coefficient of determination for each equation, obtained as the squared
of the correlation coefficient between the corresponding explained variable and
its estimate. spsurml also shows a global coefficient of
determination obtained, in the same manner, for the set of G equations. |
Sigma |
Estimated covariance matrix for the residuals of the G equations. |
Sigma_corr |
Estimated correlation matrix for the residuals of the G equations. |
Sigma_inv |
Inverse of Sigma , the (GxG) covariance matrix of
the residuals of the SUR model. |
residuals |
Residuals of the model. |
df.residuals |
Degrees of freedom for the residuals. |
fitted.values |
Estimated values for the dependent variables. |
BP |
Value of the Breusch-Pagan statistic to test the null hypothesis
of diagonality among the errors of the G equations. |
LMM |
Marginal Lagrange Multipliers, LM(\(\rho\)|\(\lambda\)) and
LM(\(\lambda\)|\(\rho\)), to test for omitted spatial effects in the specification. |
G |
Number of equations. |
N |
Number of cross-sections or spatial units. |
Tm |
Number of time periods. |
p |
Number of regressors by equation (including intercepts). |
demean |
Logical value used for demeaning. |
Y |
Vector Y of the explained variables of the SUR model. |
X |
Matrix X of the regressors of the SUR model. |