-------------------------------------------------------------------------------
help: gs2slsxt                                                   dialog: gs2sls
> xt
-------------------------------------------------------------------------------

+-------+ ----+ Title +------------------------------------------------------------

gs2slsxt: Generalized Spatial Panel Two Stage Least Squares (GS2SLS)

+-------------------+ ----+ Table of Contents +------------------------------------------------

Syntax Description Options Spatial Panel Aautocorrelation Tests Model Selection Diagnostic Criteria Heteroscedasticity Tests Non Normality Tests Saved Results References

*** Examples

Author

+--------+ ----+ Syntax +-----------------------------------------------------------

gs2slsxt depvar indepvars , nc(#) wmfile(weight_file) [ lmspac lmhet lmnorm diag tests stand inv inv2 mfx(lin, log) order(#) be fe re coll zero tolog nolog predict(new_var) resid(new_var) level(#) vce(vcetype) ]

+-------------+ ----+ Description +------------------------------------------------------

gs2slsxt estimates Generalized Spatial Panel Two Stage Least Squares (GS2SLS) gs2slsxt can generate: - Binary / Standardized Weight Matrix. - Inverse / Inverse Squared Standardized Weight Matrix. - Binary / Standardized / Inverse Eigenvalues Variable. - Spatial lagged variables up to 4th order.

R2, R2 Adjusted, and F-Test, are obtained from 4 ways: 1- (Buse 1973) R2. 2- Raw Moments R2. 3- squared correlation between predicted (Yh) and observed dependent variable (Y). 4- Ratio of variance between predicted (Yh) and observed dependent variable (Y).

- Adjusted R2: R2_a=1-(1-R2)*(N-1)/(N-K-1). - F-Test=R2/(1-R2)*(N-K-1)/(K).

- DF=N-K for OLS model , and DF=N-K-nc otherwise.

Buse(1973) R2 in (gs2slsxt) may be negative, to avoid negative R2, you can increase number on instrumental variables by choosing order more than 1 order(2, 3, 4)

*** Important Notes: gs2slsxt generates some variables names with prefix: w1x_ , w2x_ , w3x_ , w4x_ , w1y_ , w2y_ , mstar_ , spat_ So, you must avoid to include variables names with thes prefixes

+---------+ ----+ Options +----------------------------------------------------------

* nc(#) Number of Cross Sections Units Time series observations must be Balanced in each Cross Section

wmfile(weight_file) Open CROSS SECTION weight matrix file. gs2slsxt will convert automatically spatial cross section we > ight matrix to spatial PANEL weight matrix.

Spatial Weight Matrix file must be: 1- [SxS] Cross Sections units Dimentions, and not Panel dimentions 2- Square Matrix 3- Symmetric Matrix (Optional)

Spatial Panel Weight Matrix has two types: Standardized and binary weight mat > rix.

stand Use Standardized Panel Weight Matrix, (each row sum equals 1 > ) Default is Binary spatial panel weight matrix which each ele > ment is 0 or 1

inv Use Inverse Standardized Weight Matrix (1/W)

inv2 Use Inverse Squared Standardized Weight Matrix (1/W^2)

re GLS-Random-Effects (RE) fe Fixed-Effects (FE) be Between Effects (BE)

zero convert missing values observations to Zero

order(1, 2, 3, 4) Order of lagged independent variables up to maximum 4th ord > er. Default is order 1

coll keep collinear variables; default is removing collinear vari > ables.

tests display ALL lmh, lmn, lmsp, diag tests

mfx(lin, log) functional form: Linear model (lin), or Log-Log model (log), to compute Marginal Effects and Elasticities - In Linear model: marginal effects are the coefficients (Bm), and elasticities are (Es = Bm X/Y). - In Log-Log model: elasticities are the coefficients (Es), and the marginal effects are (Bm = Es Y/X). - mfx(log) and tolog options must be combined, to transform linear variables > to log form.

tolog Convert dependent and independent variables to LOG Form in the memory for Log-Log regression. tolog Transforms depvar and indepvars to Log Form without lost the original data variables

predict(new_variable) Predicted values variable

resid(new_variable) Residuals values variable computed as Ue=Y-Yh ; that is known as combined residual: [Ue = > U_i + E_it] in xtreg models overall error component is computed as: [E_it] see: xtreg postestimation##predict

vce(vcetype) ols, robust, cluster, bootstrap, jackknife, hc2, hc3

level(#) confidence intervals level; default is level(95)

+--------------------------------------+ ----+ Spatial Panel Aautocorrelation Tests +-----------------------------

lmspac Spatial Panel Aautocorrelation Tests: * Ho: Error has No Spatial AutoCorrelation Ha: Error has Spatial AutoCorrelation - GLOBAL Moran MI Test - GLOBAL Geary GC Test - GLOBAL Getis-Ords GO Test - Moran MI Error Test - LM Error [SEM] (Burridge) Test - LM Error [SEM] (Robust) Test * Ho: Spatial Lagged Dependent Variable has No Spatial AutoCorrelation Ha: Spatial Lagged Dependent Variable has Spatial AutoCorrelation - LM Lag [SAR] (Anselin) Test - LM Lag [SAR] (Robust) Test * Ho: No General Spatial AutoCorrelation Ha: General Spatial AutoCorrelation - LM SAC (LMErr+LMLag_R) Test - LM SAC (LMLag+LMErr_R) Test

Definitions:

- Spatial autocorrelation: chock in one country affects neighboring countrie > s

- Spatial autocorrelation: is correlation of a variable with itself in space > .

- Spatial Lag Model: Y = BX + rWy + e ; e = lWe+u - Spatial Error Model: Y = BX + e ; e = lWe+u - Spatial Durbin Model: Y = BX + aWX* + rWy + e ; e = lWe+u - General Spatial Model: Y = BX + rWy + LW1y + e ; e = lW1e+u

- General Spatial Model is used to deal with both types of spatial dependenc > e, namely Spatial Lag Dependence and Spatial Error Dependence

- Spatial Error Model is used to handle the spatial dependence due to the omitted variables or errors in measurement through the error term

- Spatial Autoregressive Model (SAR) is also known as Spatial Lag Model

- Positive spatial autocorrelation exists when high values correlate with high neighboring values or when low values correlate with low neighboring values

- Negative spatial autocorrelation exists when high values correlate with low neighboring values and vice versa.

- presence of positive spatial autocorrelation results in a loss of informat > ion, which is related to greater uncertainty, less precision, and larger standa > rd errors.

- Spatial autocorrelation coefficients (in contrast to their counterparts in > time) are not constrained by -1/+1. Their range depends on the choice of weights > matrix.

- Spatial dependence exists when the value associated with one location is dependent on those of other locations.

- Spatial heterogeneity exists when structural changes related to location exist in a dataset, it can result in non-constant error variance (heteroscedasticity) across areas, especially when scale-related measurement errors are present.

- Spatial regression models are statistical models that account for the presence of spatial effects, i.e., spatial autocorrelation (or more generally spatial dependence) and/or spatial heterogeneity.

- if LM test for spatial lag is more significant than LM test for spatial er > ror, and robust LM test for spatial lag is significant but robust LM test for spatial error is not, then the appropriate model is spatial lag model. Conversely, if LM test for spatial error is more significant than LM test for spatial lag and robust LM test for spatial error is significant but robust LM test for spatial lag is not, then the appropriate specificat > ion is spatial error model, [Anselin-Florax (1995)]. - robust versions of Spatial LM tests are considered only when standard versions (LM-Lag or LM-Error) are significant - General Spatial Model is used to deal with both types of spatial dependenc > e, namely spatial lag dependence and spatial error dependence - Spatial Error Model is used to handle spatial dependence due to omitted variables or errors in measurement through the error term - Spatial Autoregressive Model (SAR) is also known as Spatial Lag Model

+-------------------------------------------+ ----+ Panel Model Selection Diagnostic Criteria +------------------------

diag Spatial Panel Model Selection Diagnostic Criteria: - Log Likelihood Function LLF - Akaike Information Criterion (1974) AIC - Akaike Information Criterion (1973) Log AIC - Schwarz Criterion (1978) SC - Schwarz Criterion (1978) Log SC - Amemiya Prediction Criterion (1969) FPE - Hannan-Quinn Criterion (1979) HQ - Rice Criterion (1984) Rice - Shibata Criterion (1981) Shibata - Craven-Wahba Generalized Cross Validation (1979) GCV

+--------------------------------+ ----+ Panel Heteroscedasticity Tests +-----------------------------------

lmhet Spatial Panel Heteroscedasticity Tests: * Ho: Panel Homoscedasticity - Ha: Panel Heteroscedasticity - Engle LM ARCH Test AR(1) E2 =E2_1 - Hall-Pagan LM Test: E2 = Yh - Hall-Pagan LM Test: E2 = Yh2 - Hall-Pagan LM Test: E2 = LYh2 - Harvey LM Test: LogE2 = X - Wald Test: LogE2 = X - Glejser LM Test: |E| = X - Machado-Santos-Silva LM Test: Ev= Yh Yh2 - Machado-Santos-Silva LM Test: Ev= X - Breusch-Godfrey Test: E = E_1 X - White Test - Koenker(R2): E2 = X - White Test - B-P-G (SSR): E2 = X - White Test - Koenker(R2): E2 = X X2 - White Test - B-P-G (SSR): E2 = X X2 - White Test - Koenker(R2): E2 = X X2 XX - White Test - B-P-G (SSR): E2 = X X2 XX - Cook-Weisberg LM Test E = Yh - Cook-Weisberg LM Test E = X *** Single Variable Tests - Cook-Weisberg LM Test: E = xi - King LM Test: E = xi

*** Groupwise Panel Heteroscedasticity Tests * Ho: Panel Homoscedasticity - Ha: Panel Groupwise Heteroscedasticity - Lagrange Multiplier LM Test - Likelihood Ratio LR Test - Wald Test

+---------------------------+ ----+ Panel Non Normality Tests +----------------------------------------

lmnorm Spatial Panel Non Normality Tests: * Ho: Panel Normality - Ha: Panel Non Normality *** Non Normality Tests: - Jarque-Bera LM Test - White IM Test - Doornik-Hansen LM Test - Geary LM Test - Anderson-Darling Z Test - D'Agostino-Pearson LM Test *** Skewness Tests: - Srivastava LM Skewness Test - Small LM Skewness Test - Skewness Z Test - Skewness Coefficient - Standard Deviation *** Kurtosis Tests: - Srivastava Z Kurtosis Test - Small LM Kurtosis Test - Kurtosis Z Test - Kurtosis Coefficient - Standard Deviation *** Runs Tests: - Runs Test: - Standard Deviation Runs Sig(k) - Mean Runs E(k) - 95% Conf. Interval [E(k)+/- 1.96* Sig(k)] +---------------+ ----+ Saved Results +----------------------------------------------------

Depending on the model estimated, gs2slsxt saves the following results in e():

Scalars

*** Spatial Panel Aautocorrelation Tests: e(mig) GLOBAL Moran MI Test e(migp) GLOBAL Moran MI Test P-Value e(gcg) GLOBAL Geary GC Test e(gcgp) GLOBAL Geary GC Test P-Value e(gog) GLOBAL Getis-Ords Test GO e(gogp) GLOBAL Getis-Ords GO Test P-Value e(mi1) Moran MI Error Test e(mi1p) Moran MI Error Test P-Value e(lmerr) LM Error (Burridge) Test e(lmerrp) LM Error (Burridge) Test P-Value e(lmerrr) LM Error (Robust) Test e(lmerrrp) LM Error (Robust) Test P-Value e(lmlag) LM Lag (Anselin) Test e(lmlagp) LM Lag (Anselin) Test P-Value e(lmlagr) LM Lag (Robust) Test e(lmlagrp) LM Lag (Robust) Test P-Value e(lmsac1) LM SAC (LMLag+LMErr_R) Test e(lmsac1p) LM SAC (LMLag+LMErr_R) Test P-Value e(lmsac2) LM SAC (LMErr+LMLag_R) Test e(lmsac2p) LM SAC (LMErr+LMLag_R) Test P-Value

*** Spatial Panel Model Selection Diagnostic Criteria:

e(N) number of observations e(r2bu) R-squared (Buse 1973) e(r2bu_a) R-squared Adj (Buse 1973) e(r2raw) Raw Moments R2 e(r2raw_a) Raw Moments R2 Adj e(f) F-test e(fp) F-test P-Value e(wald) Wald-test e(waldp) Wald-test P-Value e(r2h) R2 Between Predicted (Yh) and Observed DepVar (Y) e(r2h_a) Adjusted r2h e(fh) F-test due to r2h e(fhp) F-test due to r2h P-Value e(r2v) R2 Variance Ratio Between Predicted (Yh) and Observed DepVar > (Y) e(r2v_a) Adjusted r2v e(fv) F-test due to r2v e(fvp) F-test due to r2v P-Value e(sig) Root MSE (Sigma)

e(llf) Log Likelihood Function LLF e(aic) Akaike Information Criterion (1974) AIC e(laic) Akaike Information Criterion (1973) Log AIC e(sc) Schwarz Criterion (1978) SC e(lsc) Schwarz Criterion (1978) Log SC e(fpe) Amemiya Prediction Criterion (1969) FPE e(hq) Hannan-Quinn Criterion (1979) HQ e(rice) Rice Criterion (1984) Rice e(shibata) Shibata Criterion (1981) Shibata e(gcv) Craven-Wahba Generalized Cross Validation (1979) GCV

*** Spatial Panel Heteroscedasticity Tests: e(lmharch) Engle LM ARCH Test AR(1) e(lmharchp) Engle LM ARCH Test AR(1) P-Value e(lmhhp1) Hall-Pagan LM Test E2 = Yh e(lmhhp1p) Hall-Pagan LM Test E2 = Yh P-Value e(lmhhp2) Hall-Pagan LM Test E2 = Yh2 e(lmhhp2p) Hall-Pagan LM Test E2 = Yh2 P-Value e(lmhhp3) Hall-Pagan LM Test E2 = Yh3 e(lmhhp3p) Hall-Pagan LM Test E2 = Yh3 P-Value e(lmhw01) White Test - Koenker(R2) E2 = X e(lmhw01p) White Test - Koenker(R2) E2 = X P-Value e(lmhw02) White Test - B-P-G (SSR) E2 = X e(lmhw02p) White Test - B-P-G (SSR) E2 = X P-Value e(lmhw11) White Test - Koenker(R2) E2 = X X2 e(lmhw11p) White Test - Koenker(R2) E2 = X X2 P-Value e(lmhw12) White Test - B-P-G (SSR) E2 = X X2 e(lmhw12p) White Test - B-P-G (SSR) E2 = X X2 P-Value e(lmhw21) White Test - Koenker(R2) E2 = X X2 XX e(lmhw21p) White Test - Koenker(R2) E2 = X X2 XX P-Value e(lmhw22) White Test - B-P-G (SSR) E2 = X X2 XX e(lmhw22p) White Test - B-P-G (SSR) E2 = X X2 XX P-Value e(lmhharv) Harvey LM Test e(lmhharvp) Harvey LM Test P-Value e(lmhwald) Wald Test e(lmhwaldp) Wald Test P-Value e(lmhgl) Glejser LM Test e(lmhglp) Glejser LM Test P-Value e(lmhmss1) Machado-Santos-Silva LM Test: Ev=Yh Yh2 e(lmhmss1p) Machado-Santos-Silva LM Test: Ev=Yh Yh2 P-Value e(lmhmss2) Machado-Santos-Silva LM Test: Ev=X e(lmhmss2p) Machado-Santos-Silva LM Test: Ev=X P-Value e(lmhbg) Breusch-Godfrey Test e(lmhbgp) Breusch-Godfrey Test P-Value e(lmhcw1) Cook-Weisberg LM Test E = Yh e(lmhcw1p) Cook-Weisberg LM Test E = Y P-Valueh e(lmhcw2) Cook-Weisberg LM Test E = X e(lmhcw2p) Cook-Weisberg LM Test E = X P-Value

*** Spatial Panel Groupwise Heteroscedasticity Tests: e(lmhglm) Lagrange Multiplier LM Test e(lmhglmp) Lagrange Multiplier LM Test P-Value e(lmhglr) Likelihood Ratio LR Test e(lmhglrp) Likelihood Ratio LR Test P-Value e(lmhgw) Wald Test e(lmhgwp) Wald Test P-Value

*** Spatial Panel Non Normality Tests: e(lmnjb) Jarque-Bera LM Test e(lmnjbp) Jarque-Bera LM Test P-Value e(lmnw) White IM Test e(lmnwp) White IM Test P-Value e(lmndh) Doornik-Hansen LM Test e(lmndhp) Doornik-Hansen LM Test P-Value e(lmng) Geary LM Test e(lmngp) Geary LM Test P-Value e(lmnad) Anderson-Darling Z Test e(lmnadp) Anderson-Darling Z Test P-Value e(lmndp) D'Agostino-Pearson LM Test e(lmndpp) D'Agostino-Pearson LM Test P-Value e(lmnsvs) Srivastava LM Skewness Test e(lmnsvsp) Srivastava LM Skewness Test P-Value e(lmnsms1) Small LM Skewness Test e(lmnsms1p) Small LM Skewness Test P-Value e(lmnsms2) Skewness Z Test e(lmnsms2p) Skewness Z Test P-Value e(lmnsvk) Srivastava Z Kurtosis Test e(lmnsvkp) Srivastava Z Kurtosis Test P-Value e(lmnsmk1) Small LM Kurtosis Test e(lmnsmk1p) Small LM Kurtosis Test P-Value e(lmnsmk2) Kurtosis Z Test e(lmnsmk2p) Kurtosis Z Test P-Value e(sk) Skewness Coefficient e(sksd) Skewness Standard Deviation e(ku) Kurtosis Coefficient e(kusd) Kurtosis Standard Deviation e(sn) Standard Deviation Runs Sig(k) e(en) Mean Runs E(k) e(lower) Lower 95% Conf. Interval [E(k)- 1.96* Sig(k)] e(upper) Upper 95% Conf. Interval [E(k)+ 1.96* Sig(k)]

Matrixes e(b) coefficient vector e(V) variance-covariance matrix of the estimators e(mfxlin) Marginal Effect and Elasticity in Lin Form e(mfxlog) Marginal Effect and Elasticity in Log Form

+------------+ ----+ References +-------------------------------------------------------

Anderson, T.W. & C. Hsiao (1982) "Formulation and Estimation of Dynamic Models Using Panel Data", Journal of Econometrics, 18; 47–82.

Anderson T.W. & Darling D.A. (1954) "A Test of Goodness of Fit", Journal of the American Statisical Association, 49; 765–69.

Anderson, T. W. & H. Rubin (1950) "The Asymptotic Properties of Estimates of the Parameters of a Single Equation in a Complete System of Stochastic Equations", Annals of Mathematical Statistics, Vol. 21; 570-82.

Anselin, L. (2001) "Spatial Econometrics", In Baltagi, B. (Ed).: A Companion to Theoretical Econometrics Basil Blackwell: Oxford, UK.

Anselin, L. (2007) "Spatial Econometrics", In T. C. Mills and K. Patterson (Eds).: Palgrave Handbook of Econometrics. Vol 1, Econometric Theory. New York: Palgrave MacMillan.

Anselin, L. & Kelejian, H. H. (1997) "Testing for Spatial Error Autocorrelation in the Presence of Endogenous Regressors", International Regional Science Review, (20); 153-182.

Anselin, L. & Florax RJ. (1995) "New Directions in Spatial Econometrics: Introduction. In New Directions in Spatial Econometrics", Anselin L, Florax RJ (eds). Berlin, Germany: Springer-Verlag.

Anselin L., Le Gallo J. & Jayet H (2006) "Spatial Panel Econometrics" In: Matyas L, Sevestre P. (eds) The Econometrics of Panel Data, Fundamentals and Recent Developments in Theory and Practice, 3rd edn. Kluwer, Dordrecht; 901-969.

Breusch, Trevor & Adrian Pagan (1980) "The Lagrange Multiplier Test and its Applications to Model Specification in Econometrics", Review of Economic Studies 47; 239-253.

C.M. Jarque & A.K. Bera (1987) "A Test for Normality of Observations and Regression Residuals" International Statistical Review , Vol. 55; 163-172.

Cook, R.D., & S. Weisberg (1983) "Diagnostics for Heteroscedasticity in Regression", Biometrica 70; 1-10.

D'Agostino, R. B., & Rosman, B. (1974) "The Power of Geary’s Test of Normality", Biometrika, 61(1); 181-184.

Damodar Gujarati (1995) "Basic Econometrics" 3rd Edition, McGraw Hill, New York, USA.

Elhorst, J. Paul (2003) "Specification and Estimation of Spatial Panel Data Models" International Regional Science review 26, 3; 244–268.

Elhorst, J. Paul (2009) "Spatial Panel Data Models" in Mandfred M. Fischer and Arthur Getis, eds., Handbook of Applied Spatial Analysis, Berlin: Springer.

Engle, Robert (1982) "Autoregressive Conditional Heteroscedasticity with Estimates of Variance of United Kingdom Inflation" Econometrica, 50(4), July; 987-1007.

Geary R.C. (1947) "Testing for Normality" Biometrika, Vol. 34; 209-242.

Geary R.C. (1970) "Relative Efficiency of Count of Sign Changes for Assessing Residuals Autoregression in Least Squares Regression" Biometrika, Vol. 57; 123-127.

Greene, William (2007) "Econometric Analysis", 6th ed., Macmillan Publishing Company Inc., New York, USA..

Griffiths, W., R. Carter Hill & George Judge (1993) "Learning and Practicing Econometrics", John Wiley & Sons, Inc., New York, USA.

Harvey, Andrew (1990) "The Econometric Analysis of Time Series", 2nd edition, MIT Press, Cambridge, Massachusetts.

James LeSage and R. Kelly Pace (2009) "Introduction to Spatial Econometrics", Publisher: Chapman & Hall/CRC.

Judge, Georege, R. Carter Hill, William . E. Griffiths, Helmut Lutkepohl, & Tsoung-Chao Lee (1988) "Introduction To The Theory And Practice Of Econometrics", 2nd ed., John Wiley & Sons, Inc., New York, USA.

Judge, Georege, W. E. Griffiths, R. Carter Hill, Helmut Lutkepohl, & Tsoung-Chao Lee(1985) "The Theory and Practice of Econometrics", 2nd ed., John Wiley & Sons, Inc., New York, USA.

Kmenta, Jan (1986) "Elements of Econometrics", 2nd ed., Macmillan Publishing Company, Inc., New York, USA; 618-625.

Koenker, R. (1981) "A Note on Studentizing a Test for Heteroskedasticity", Journal of Econometrics, Vol.17; 107-112.

Pagan, Adrian .R. & Hall, D. (1983) "Diagnostic Tests as Residual Analysis", Econometric Reviews, Vol.2, No.2,. 159-218.

Pearson, E. S., D'Agostino, R. B., & Bowman, K. O. (1977) "Tests for Departure from Normality: Comparison of Powers", Biometrika, 64(2); 231-246.

Szroeter, J. (1978) "A Class of Parametric Tests for Heteroscedasticity in Linear Econometric Models", Econometrica, 46; 1311-28.

White, Halbert (1980) "A Heteroskedasticity-Consistent Covariance Matrix Estimator and a Direct Test for Heteroskedasticity", Econometrica, 48; 817-838.

Wooldridge, Jeffrey M. (2002) "Econometric Analysis of Cross Section and Panel Data", The MIT Press, Cambridge, Massachusetts, London, England.

+----------+ ----+ Examples +---------------------------------------------------------

Note 1: you can use: spweight, spweightcs, spweightxt to create Spatial Weight > Matrix. Note 2: Remember, your spatial weight matrix must be: *** 1-Cross Section Dimention 2- Square Matrix 3- Symmetric Matrix Note 3: You can use the dialog box for gs2slsxt. Note 4: xtset is included automatically in gs2slsxt models. -------------------------------------------------------------------------------

clear all

sysuse gs2slsxt.dta, clear

db gs2slsxt

* Generalized Spatial Panel 2SLS Models gs2slsxt y x1 x2, nc(7) wmfile(SPWxt) order(1) mfx(lin) test gs2slsxt y x1 x2, nc(7) wmfile(SPWxt) order(2) mfx(lin) test gs2slsxt y x1 x2, nc(7) wmfile(SPWxt) order(3) mfx(lin) test gs2slsxt y x1 x2, nc(7) wmfile(SPWxt) order(4) mfx(lin) test gs2slsxt y x1 x2, nc(7) wmfile(SPWxt) order(4) mfx(log) test tolog -------------------------------------------------------------------------------

. clear all . sysuse gs2slsxt.dta, clear . gs2slsxt y x1 x2, nc(7) wmfile(SPWxt) order(1) mfx(lin) test

============================================================================== *** Binary (0/1) Weight Matrix: 49x49 - NC=7 NT=7 (Non Normalized) ============================================================================== ============================================================================== * Generalized Spatial Panel Two Stage Least Squares (GS2SLS) ============================================================================== y = w1y_y + x1 + x2 ------------------------------------------------------------------------------ Sample Size = 49 | Cross Sections Number = 7 Wald Test = 37.2378 | P-Value > Chi2(3) = 0.0000 F-Test = 12.4126 | P-Value > F(3 , 39) = 0.0000 (Buse 1973) R2 = 0.7493 | Raw Moments R2 = 0.9544 (Buse 1973) R2 Adj = 0.6914 | Raw Moments R2 Adj = 0.9439 Root MSE (Sigma) = 9.2944 | Log Likelihood Function = -173.1769 ------------------------------------------------------------------------------ - R2h= 0.1923 R2h Adj= 0.0058 F-Test = 3.57 P-Value > F(3 , 39) 0.0225 ------------------------------------------------------------------------------ y | Coef. Std. Err. t P>|t| [95% Conf. Interval] -------------+---------------------------------------------------------------- w1y_y | -.4081925 .5112316 -0.80 0.429 -1.442256 .6258711 x1 | -.2480568 .1030208 -2.41 0.021 -.4564361 -.0396776 x2 | -.6757767 .7323205 -0.92 0.362 -2.157035 .8054813 _cons | 95.19931 41.42367 2.30 0.027 11.41203 178.9866 ------------------------------------------------------------------------------ * Y = LHS Dependent Variable: 1 = y * Yi = RHS Endogenous Variables: 1 = w1y_y * Xi = RHS Exogenous Vars: 2 = x1 x2 * Z = Overall Instrumental Variables: 4 : x1 x2 w1x_x1 w1x_x2 ------------------------------------------------------------------------------ Rho Value = -0.4082 F Test = 0.638 P-Value > F(1, 39) 0.4294 ------------------------------------------------------------------------------

============================================================================== * Panel Model Selection Diagnostic Criteria ============================================================================== - Log Likelihood Function LLF = -173.1769 - Akaike Final Prediction Error AIC = 354.3538 - Schwarz Criterion SC = 361.9211 - Akaike Information Criterion ln AIC = 4.3938 - Schwarz Criterion ln SC = 4.5483 - Amemiya Prediction Criterion FPE = 93.4379 - Hannan-Quinn Criterion HQ = 85.8348 - Rice Criterion Rice = 82.1721 - Shibata Criterion Shibata = 79.9817 - Craven-Wahba Generalized Cross Validation-GCV = 81.5228 ------------------------------------------------------------------------------

============================================================================== *** Spatial Panel Aautocorrelation Tests ============================================================================== Ho: Error has No Spatial AutoCorrelation Ha: Error has Spatial AutoCorrelation

- GLOBAL Moran MI = 0.5350 P-Value > Z( 4.817) 0.0000 - GLOBAL Geary GC = 0.4829 P-Value > Z(-3.967) 0.0001 - GLOBAL Getis-Ords GO = -1.5287 P-Value > Z(-4.817) 0.0000 ------------------------------------------------------------------------------ - Moran MI Error Test = 1.8587 P-Value > Z(16.286) 0.0631 ------------------------------------------------------------------------------ - LM Error (Burridge) = 12.6943 P-Value > Chi2(1) 0.0004 - LM Error (Robust) = 12.7409 P-Value > Chi2(1) 0.0004 ------------------------------------------------------------------------------ Ho: Spatial Lagged Dependent Variable has No Spatial AutoCorrelation Ha: Spatial Lagged Dependent Variable has Spatial AutoCorrelation

- LM Lag (Anselin) = 1.9383 P-Value > Chi2(1) 0.1639 - LM Lag (Robust) = 1.9849 P-Value > Chi2(1) 0.1589 ------------------------------------------------------------------------------ Ho: No General Spatial AutoCorrelation Ha: General Spatial AutoCorrelation

- LM SAC (LMErr+LMLag_R) = 14.6792 P-Value > Chi2(2) 0.0006 - LM SAC (LMLag+LMErr_R) = 14.6792 P-Value > Chi2(2) 0.0006 ------------------------------------------------------------------------------

============================================================================== *** Panel Heteroscedasticity Tests ============================================================================== Ho: Panel Homoscedasticity - Ha: Panel Heteroscedasticity

- Engle LM ARCH Test AR(1): E2 = E2_1 = 0.0266 P-Value > Chi2(1) 0.8704 ------------------------------------------------------------------------------ - Hall-Pagan LM Test: E2 = Yh = 0.0591 P-Value > Chi2(1) 0.8080 - Hall-Pagan LM Test: E2 = Yh2 = 0.1765 P-Value > Chi2(1) 0.6744 - Hall-Pagan LM Test: E2 = LYh2 = 0.0072 P-Value > Chi2(1) 0.9324 ------------------------------------------------------------------------------ - Harvey LM Test: LogE2 = X = 1.5259 P-Value > Chi2(2) 0.4663 - Wald Test: LogE2 = X = 3.7651 P-Value > Chi2(1) 0.0523 - Glejser LM Test: |E| = X = 2.5815 P-Value > Chi2(2) 0.2751 - Breusch-Godfrey Test: E = E_1 X = 3.7484 P-Value > Chi2(1) 0.0529 ------------------------------------------------------------------------------ - Machado-Santos-Silva Test: Ev=Yh Yh2 = 0.4762 P-Value > Chi2(2) 0.7881 - Machado-Santos-Silva Test: Ev=X = 2.6364 P-Value > Chi2(3) 0.4511 ------------------------------------------------------------------------------ - White Test - Koenker(R2): E2 = X = 3.2337 P-Value > Chi2(3) 0.3570 - White Test - B-P-G (SSR): E2 = X = 2.6118 P-Value > Chi2(3) 0.4554 ------------------------------------------------------------------------------ - White Test - Koenker(R2): E2 = X X2 = 4.4731 P-Value > Chi2(6) 0.6129 - White Test - B-P-G (SSR): E2 = X X2 = 3.6129 P-Value > Chi2(6) 0.7289 ------------------------------------------------------------------------------ - White Test - Koenker(R2): E2 = X X2 XX= 15.0252 P-Value > Chi2(9) 0.0902 - White Test - B-P-G (SSR): E2 = X X2 XX= 12.1360 P-Value > Chi2(9) 0.2058 ------------------------------------------------------------------------------ - Cook-Weisberg LM Test: E2/S2n = Yh = 0.0477 P-Value > Chi2(1) 0.8271 - Cook-Weisberg LM Test: E2/S2n = X = 2.6118 P-Value > Chi2(3) 0.4554 ------------------------------------------------------------------------------ *** Single Variable Tests (E2/Sig2): - Cook-Weisberg LM Test: w1y_y = 0.2967 P-Value > Chi2(1) 0.5860 - Cook-Weisberg LM Test: x1 = 0.0062 P-Value > Chi2(1) 0.9371 - Cook-Weisberg LM Test: x2 = 1.6555 P-Value > Chi2(1) 0.1982 ------------------------------------------------------------------------------ *** Single Variable Tests: - King LM Test: w1y_y = 0.0841 P-Value > Chi2(1) 0.7718 - King LM Test: x1 = 0.2619 P-Value > Chi2(1) 0.6088 - King LM Test: x2 = 2.2030 P-Value > Chi2(1) 0.1377 ------------------------------------------------------------------------------

============================================================================== * Panel Groupwise Heteroscedasticity Tests ============================================================================== Ho: Panel Homoscedasticity - Ha: Panel Groupwise Heteroscedasticity

- Lagrange Multiplier LM Test = 6.6534 P-Value > Chi2(6) 0.3541 - Likelihood Ratio LR Test = 6.9317 P-Value > Chi2(6) 0.3272 - Wald Test = 14.6044 P-Value > Chi2(7) 0.0414 ------------------------------------------------------------------------------

============================================================================== * Panel Non Normality Tests ============================================================================== Ho: Normality - Ha: Non Normality ------------------------------------------------------------------------------ *** Non Normality Tests: - Jarque-Bera LM Test = 0.8709 P-Value > Chi2(2) 0.6470 - White IM Test = 1.1677 P-Value > Chi2(2) 0.5578 - Doornik-Hansen LM Test = 0.7846 P-Value > Chi2(2) 0.6755 - Geary LM Test = 0.1715 P-Value > Chi2(2) 0.9178 - Anderson-Darling Z Test = 0.3494 P > Z( 0.047) 0.5187 - D'Agostino-Pearson LM Test = 0.7895 P-Value > Chi2(2) 0.6738 ------------------------------------------------------------------------------ *** Skewness Tests: - Srivastava LM Skewness Test = 0.5690 P-Value > Chi2(1) 0.4507 - Small LM Skewness Test = 0.6938 P-Value > Chi2(1) 0.4049 - Skewness Z Test = -0.8330 P-Value > Chi2(1) 0.4049 ------------------------------------------------------------------------------ *** Kurtosis Tests: - Srivastava Z Kurtosis Test = -0.5495 P-Value > Z(0,1) 0.5826 - Small LM Kurtosis Test = 0.0957 P-Value > Chi2(1) 0.7571 - Kurtosis Z Test = -0.3094 P-Value > Chi2(1) 0.7571 ------------------------------------------------------------------------------ Skewness Coefficient = -0.2639 - Standard Deviation = 0.3398 Kurtosis Coefficient = 2.6154 - Standard Deviation = 0.6681 ------------------------------------------------------------------------------ Runs Test: (26) Runs - (26) Positives - (23) Negatives Standard Deviation Runs Sig(k) = 3.4501 , Mean Runs E(k) = 25.4082 95% Conf. Interval [E(k)+/- 1.96* Sig(k)] = (18.6460 , 32.1703 ) ------------------------------------------------------------------------------

* Linear: Marginal Effect - Elasticity *

+-----------------------------------------------------------------------------+ | Variable | Marginal_Effect(B) | Elasticity(Es) | Mean | |--------------+--------------------+--------------------+--------------------| | w1y_y | -0.4082 | -1.1621 | 100.0064 | | x1 | -0.2481 | -0.2714 | 38.4362 | | x2 | -0.6758 | -0.2765 | 14.3749 | +-----------------------------------------------------------------------------+ Mean of Dependent Variable = 35.1288

+--------+ ----+ Author +-----------------------------------------------------------

Emad Abd Elmessih Shehata Professor (PhD Economics) Agricultural Research Center - Agricultural Economics Research Institute - Eg > ypt Email: emadstat@hotmail.com WebPage: http://emadstat.110mb.com/stata.htm WebPage at IDEAS: http://ideas.repec.org/f/psh494.html WebPage at EconPapers: http://econpapers.repec.org/RAS/psh494.htm

+-------------------+ ----+ GS2SLSXT Citation +------------------------------------------------

Shehata, Emad Abd Elmessih (2012) GS2SLSXT: "Generalized Spatial Panel Two Stage Least Squares (GS2SLS)"

http://ideas.repec.org/c/boc/bocode/s457386.html

http://econpapers.repec.org/software/bocbocode/s457386.htm

Online Help:

*** Spatial Econometrics Regression Models:

------------------------------------------------------------------------------- > - *** (1) Spatial Panel Data Regression Models: spregxt Spatial Panel Regression Econometric Models: Stata Module Toolkit gs2slsxt Generalized Spatial Panel 2SLS Regression gs2slsarxt Generalized Spatial Panel Autoregressive 2SLS Regression spglsxt Spatial Panel Autoregressive Generalized Least Squares Regression spgmmxt Spatial Panel Autoregressive Generalized Method of Moments Regress > ion spmstarxt (m-STAR) Spatial Lag Panel Models spmstardxt (m-STAR) Spatial Durbin Panel Models spmstardhxt (m-STAR) Spatial Durbin Multiplicative Heteroscedasticity Panel Mo > dels spmstarhxt (m-STAR) Spatial Lag Multiplicative Heteroscedasticity Panel Model > s spregdhp Spatial Panel Han-Philips Linear Dynamic Regression: Lag & Durbin > Models spregdpd Spatial Panel Arellano-Bond Linear Dynamic Regression: Lag & Durbi > n Models spregfext Spatial Panel Fixed Effects Regression: Lag & Durbin Models spregrext Spatial Panel Random Effects Regression: Lag & Durbin Models spregsacxt MLE Spatial AutoCorrelation Panel Regression (SAC) spregsarxt MLE Spatial Lag Panel Regression (SAR) spregsdmxt MLE Spatial Durbin Panel Regression (SDM) spregsemxt MLE Spatial Error Panel Regression (SEM) ------------------------------------------------------------------------------- > - *** (2) Spatial Cross Section Regression Models: spregcs Spatial Cross Section Regression Econometric Models: Stata Module > Toolkit gs2sls Generalized Spatial 2SLS Cross Sections Regression gs2slsar Generalized Spatial Autoregressive 2SLS Cross Sections Regression gs3sls Generalized Spatial Autoregressive 3SLS Regression gs3slsar Generalized Spatial Autoregressive 3SLS Cross Sections Regression gsp3sls Generalized Spatial 3SLS Cross Sections Regression spautoreg Spatial Cross Section Regression Models spgmm Spatial Autoregressive GMM Cross Sections Regression spmstar (m-STAR) Spatial Lag Cross Sections Models spmstard (m-STAR) Spatial Durbin Cross Sections Models spmstardh (m-STAR) Spatial Durbin Multiplicative Heteroscedasticity Cross Se > ctions Models spmstarh (m-STAR) Spatial Lag Multiplicative Heteroscedasticity Cross Secti > ons Models spregsac MLE Spatial AutoCorrelation Cross Sections Regression (SAC) spregsar MLE Spatial Lag Cross Sections Regression (SAR) spregsdm MLE Spatial Durbin Cross Sections Regression (SDM) spregsem MLE Spatial Error Cross Sections Regression (SEM) ------------------------------------------------------------------------------- > - *** (3) Tobit Spatial Regression Models:

*** (3-1) Tobit Spatial Panel Data Regression Models: sptobitgmmxt Tobit Spatial GMM Panel Regression sptobitmstarxtTobit (m-STAR) Spatial Lag Panel Models sptobitmstardxtTobit (m-STAR) Spatial Durbin Panel Models sptobitmstardhxtTobit (m-STAR) Spatial Durbin Multiplicative Heteroscedasticity > Panel Models sptobitmstarhxtTobit (m-STAR) Spatial Lag Multiplicative Heteroscedasticity Pan > el Models sptobitsacxt Tobit MLE Spatial AutoCorrelation (SAC) Panel Regression sptobitsarxt Tobit MLE Spatial Lag Panel Regression sptobitsdmxt Tobit MLE Spatial Panel Durbin Regression sptobitsemxt Tobit MLE Spatial Error Panel Regression spxttobit Tobit Spatial Panel Autoregressive GLS Regression -------------------------------------------------------------- *** (3-2) Tobit Spatial Cross Section Regression Models: sptobitgmm Tobit Spatial GMM Cross Sections Regression sptobitmstar Tobit (m-STAR) Spatial Lag Cross Sections Models sptobitmstardTobit (m-STAR) Spatial Durbin Cross Sections Models sptobitmstardhTobit (m-STAR) Spatial Durbin Multiplicative Heteroscedasticity C > ross Sections sptobitmstarhTobit (m-STAR) Spatial Lag Multiplicative Heteroscedasticity Cross > Sections sptobitsac Tobit MLE AutoCorrelation (SAC) Cross Sections Regression sptobitsar Tobit MLE Spatial Lag Cross Sections Regression sptobitsdm Tobit MLE Spatial Durbin Cross Sections Regression sptobitsem Tobit MLE Spatial Error Cross Sections Regression ------------------------------------------------------------------------------- > - *** (4) Spatial Weight Matrix: spcs2xt Convert Cross Section to Panel Spatial Weight Matrix spweight Cross Section and Panel Spatial Weight Matrix spweightcs Cross Section Spatial Weight Matrix spweightxt Panel Spatial Weight Matrix ------------------------------------------------------------------------------- > -