-------------------------------------------------------------------------------
help: lmalb2                                                   dialog: lmalb2
-------------------------------------------------------------------------------

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

lmalb2: 2SLS-IV Autocorrelation Ljung-Box Test at Higher Order AR(p)

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

Syntax Description Model GMM Options Other Options Saved Results References

*** Examples

Authors

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

lmalb2 depvar indepvars (endog = inst) [if] [in] , model(2sls, liml, gmm, melo, fuller, kclass) [ lags(#) kc(#) kf(#) hetcov(type) noconstant noconexog ]

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

lmalb2 computes 2SLS-IV Autocorrelation Ljung-Box Test at Higher Order AR(p) for instrumental variables regression models, via 2sls, liml, melo, gmm, and kclass.

Ho: No Autocorrelation - Ha: Autocorrelation - Ljung-Box LM Test

J Ljung-Box LM test = N(N+2) [ Sum(Rho_i^2/(N-k)) ] ~ Chi2(J) i=1 where N = Number of Observations. k = Number of Parameters. J = Order of Lag Length. Rho_i = Autoregressive Coefficient of Lag i.

+-------+ ----+ Model +------------------------------------------------------------

model description 2sls Two-Stage Least Squares (2SLS) liml Limited-Information Maximum Likelihood (LIML) melo Minimum Expected Loss (MELO) fuller Fuller k-Class LIML kclass Theil K-Class LIML gmm Generalized Method of Moments (GMM)

+-------------+ ----+ GMM Options +------------------------------------------------------

hetcov Options Description

hetcov(white) White Method hetcov(bart) Bartlett Method hetcov(dan) Daniell Method hetcov(nwest) Newey-West Method hetcov(parzen) Parzen Method hetcov(quad) Quadratic spectral Method hetcov(tent) Tent Method hetcov(trunc) Truncated Method hetcov(tukeym) Tukey-Hamming Method hetcov(tukeyn) Tukey-Hanning Method

+---------------+ ----+ Other Options +----------------------------------------------------

kf(#) Fuller k-Class LIML Value

kc(#) Theil k-Class LIML Value

lags(#) Order of Lag Length

noconstant Exclude Constant Term from RHS Equation only

noconexog Exclude Constant Term from all Equations (both RHS and Instrumental Equations). Results of using noconexog option are identical to Stata ivregress. The default of lmalb2 is including Constant Term in both RHS and Instrumental Equations

+---------------+ ----+ Saved Results +----------------------------------------------------

lmalb2 saves the following in e():

e(rho#) Rho Value for AR(i) e(lmalb#) Ljung-Box LM Test AR(i) e(lmalbp#) Ljung-Box LM Test AR(i) P-Value

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

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

Greene, William (1993) "Econometric Analysis", 2nd ed., Macmillan Publishing Company Inc., New York, USA; 616-618.

Greene, William (2007) "Econometric Analysis", 6th ed., Upper Saddle River, NJ: Prentice-Hall; 387-388.

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.

Ljung, G. & George Box (1979) "On a Measure of Lack of Fit in Time Series Models", Biometrika, Vol. 66; 265–270.

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

clear all

sysuse lmalb2.dta , clear

db lmalb2

lmalb2 y1 x1 x2 (y2 = x1 x2 x3 x4) , model(2sls) lag(4)

lmalb2 y1 x1 x2 (y2 = x1 x2 x3 x4) , model(2sls) lmalb2 y1 x1 x2 (y2 = x1 x2 x3 x4) , model(melo) lmalb2 y1 x1 x2 (y2 = x1 x2 x3 x4) , model(liml) lmalb2 y1 x1 x2 (y2 = x1 x2 x3 x4) , model(fuller) kf(0.5) lmalb2 y1 x1 x2 (y2 = x1 x2 x3 x4) , model(kclass) kc(0.5) lmalb2 y1 x1 x2 (y2 = x1 x2 x3 x4) , model(gmm) hetcov(white) lmalb2 y1 x1 x2 (y2 = x1 x2 x3 x4) , model(gmm) hetcov(bart) lmalb2 y1 x1 x2 (y2 = x1 x2 x3 x4) , model(gmm) hetcov(dan) lmalb2 y1 x1 x2 (y2 = x1 x2 x3 x4) , model(gmm) hetcov(nwest) lmalb2 y1 x1 x2 (y2 = x1 x2 x3 x4) , model(gmm) hetcov(parzen) lmalb2 y1 x1 x2 (y2 = x1 x2 x3 x4) , model(gmm) hetcov(quad) lmalb2 y1 x1 x2 (y2 = x1 x2 x3 x4) , model(gmm) hetcov(tent) lmalb2 y1 x1 x2 (y2 = x1 x2 x3 x4) , model(gmm) hetcov(trunc) lmalb2 y1 x1 x2 (y2 = x1 x2 x3 x4) , model(gmm) hetcov(tukeym) lmalb2 y1 x1 x2 (y2 = x1 x2 x3 x4) , model(gmm) hetcov(tukeyn) -------------------------------------------------------------------------------

. clear all . sysuse lmalb2.dta , clear . lmalb2 y1 x1 x2 (y2 = x1 x2 x3 x4) , model(2sls) lag(4)

============================================================================== * Two Stage Least Squares (2SLS) ============================================================================== y1 = y2 + x1 + x2 ------------------------------------------------------------------------------ Sample Size = 17 Wald Test = 79.9520 | P-Value > Chi2(3) = 0.0000 F-Test = 26.6507 | P-Value > F(3 , 13) = 0.0000 (Buse 1973) R2 = 0.8592 | Raw Moments R2 = 0.9954 (Buse 1973) R2 Adj = 0.8267 | Raw Moments R2 Adj = 0.9944 Root MSE (Sigma) = 10.2244 | Log Likelihood Function = -61.3630 ------------------------------------------------------------------------------ - R2h= 0.8593 R2h Adj= 0.8268 F-Test = 26.46 P-Value > F(3 , 13) 0.0000 - R2v= 0.8765 R2v Adj= 0.8480 F-Test = 30.75 P-Value > F(3 , 13) 0.0000 ------------------------------------------------------------------------------ y1 | Coef. Std. Err. t P>|t| [95% Conf. Interval] -------------+---------------------------------------------------------------- y2 | .237333 .2422811 0.98 0.345 -.2860835 .7607495 x1 | .2821278 .5433329 0.52 0.612 -.8916715 1.455927 x2 | -1.044795 .362648 -2.88 0.013 -1.828248 -.2613411 _cons | 145.8444 61.72083 2.36 0.034 12.50468 279.1842 ------------------------------------------------------------------------------ * Y = LHS Dependent Variable: 1 = y1 * Yi = RHS Endogenous Variables: 1 = y2 * Xi = RHS Included Exogenous Vars: 2 = x1 x2 * Xj = RHS Excluded Exogenous Vars: 2 = x3 x4 * Z = Overall Instrumental Vars: 4 = x1 x2 x3 x4

============================================================================== *** 2SLS-IV Autocorrelation Ljung-Box Test - Model= (2sls) ============================================================================== Ho: No Autocorrelation - Ha: Autocorrelation ------------------------------------------------------------------------------ - Rho Value for Order(1) AR(1)= -0.0855 - Ljung-Box LM Test AR(1)= 0.1475 P-Value >Chi2(1) 0.7010 ------------------------------------------------------------------------------ - Rho Value for Order(2) AR(2)= -0.2334 - Ljung-Box LM Test AR(2)= 1.3207 P-Value >Chi2(2) 0.5167 ------------------------------------------------------------------------------ - Rho Value for Order(3) AR(3)= 0.1275 - Ljung-Box LM Test AR(3)= 1.6955 P-Value >Chi2(3) 0.6379 ------------------------------------------------------------------------------ - Rho Value for Order(4) AR(4)= -0.0905 - Ljung-Box LM Test AR(4)= 1.8989 P-Value >Chi2(4) 0.7543 ------------------------------------------------------------------------------

+---------+ ----+ Authors +----------------------------------------------------------

- 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

- Sahra Khaleel A. Mickaiel Professor (PhD Economics) Cairo University - Faculty of Agriculture - Department of Economics - Egypt Email: sahra_atta@hotmail.com WebPage: http://sahraecon.110mb.com/stata.htm WebPage at IDEAS: http://ideas.repec.org/f/pmi520.html WebPage at EconPapers: http://econpapers.repec.org/RAS/pmi520.htm

+-----------------+ ----+ LMALB2 Citation +--------------------------------------------------

Shehata, Emad Abd Elmessih & Sahra Khaleel A. Mickaiel (2012) LMALB2: "2SLS-IV Autocorrelation Ljung-Box Test at Higher Order AR(p)"

Online Help:

* Autocorrelation Tests:

* (1) (OLS) * Ordinary Least Squares Tests: lmareg OLS Autocorrelation Tests lmabp OLS Autocorrelation Box-Pierce Test lmabg OLS Autocorrelation Breusch-Godfrey Test lmabpg OLS Autocorrelation Breusch-Pagan-Godfrey Test lmadurh OLS Autocorrelation Dynamic Durbin h, Harvey LM, Wald Tests lmadurm OLS Autocorrelation Dynamic Durbin m Test lmadw OLS Autocorrelation Durbin-Watson Test lmalb OLS Autocorrelation Ljung-Box Test lmavon OLS Autocorrelation Von Neumann Ratio Test lmaz OLS Autocorrelation Z Test --------------------------------------------------------------------------- * (2) (NLS) * Non Linear Least Squares Tests: lmanls Non Linear Least Squares Autocorrelation Tests lmabpnl NLS Autocorrelation Box-Pierce Test lmabgnl NLS Autocorrelation Breusch-Godfrey Test lmabpgnl NLS Autocorrelation Breusch-Pagan-Godfrey Test lmadurmnl NLS Autocorrelation Dynamic Durbin m Test lmadwnl NLS Autocorrelation Durbin-Watson Test lmalbnl NLS Autocorrelation Ljung-Box Test lmavonnl NLS Autocorrelation Von Neumann Ratio Test lmaznl NLS Autocorrelation Z Test --------------------------------------------------------------------------- * (3) (MLE) * Maximum Likelihood Estimation Tests: lmamle MLE Autocorrelation Tests lmabpml MLE Autocorrelation Box-Pierce Test lmabgml MLE Autocorrelation Breusch-Godfrey Test lmabpgml MLE Autocorrelation Breusch-Pagan-Godfrey Test lmadurhml MLE Autocorrelation Dynamic Durbin h, Harvey LM, Wald Tests lmadurmml MLE Autocorrelation Dynamic Durbin m Test lmadwml MLE Autocorrelation Durbin-Watson Test lmalbml MLE Autocorrelation Ljung-Box Test lmavonml MLE Autocorrelation Von Neumann Ratio Test lmazml MLE Autocorrelation Z Test --------------------------------------------------------------------------- * (4) (2SLS-IV) * Two-Stage Least Squares & Instrumental Variables Tests: lmareg2 2SLS-IV Autocorrelation Tests lmabg2 2SLS-IV Autocorrelation Breusch-Godfrey Test lmabp2 2SLS-IV Autocorrelation Box-Pierce Test lmabpg2 2SLS-IV Autocorrelation Breusch-Pagan-Godfrey Test lmadurh2 2SLS-IV Autocorrelation Dynamic Durbin h, Harvey LM, Wald Tests lmadurm2 2SLS-IV Autocorrelation Dynamic Durbin m Test lmadw2 2SLS-IV Autocorrelation Durbin-Watson Test lmalb2 2SLS-IV Autocorrelation Ljung-Box Test lmavon2 2SLS-IV Von Neumann Ratio Autocorrelation Test lmaz2 2SLS-IV Autocorrelation Z Test --------------------------------------------------------------------------- * (5) Panel Data Tests: lmaxt Panel Data Autocorrelation Tests lmabxt Panel Data Autocorrelation Baltagi Test lmabgxt Panel Data Autocorrelation Breusch-Godfrey Test lmabpxt Panel Data Autocorrelation Box-Pierce Test lmabpgxt Panel Data Autocorrelation Breusch-Pagan-Godfrey Test lmadurhxt Panel Data Autocorrelation Dynamic Durbin h and Harvey LM Tests lmadurmxt Panel Data Autocorrelation Dynamic Durbin m Test lmadwxt Panel Data Autocorrelation Durbin-Watson Test lmavonxt Panel Data Von Neumann Ratio Autocorrelation Test lmawxt Panel Data Autocorrelation Wooldridge Test lmazxt Panel Data Autocorrelation Z Test --------------------------------------------------------------------------- * (6) (3SLS-SUR) * Simultaneous Equations Tests: lmareg3 (3SLS-SUR) Overall System Autocorrelation Tests lmhreg3 (3SLS-SUR) Overall System Heteroscedasticity Tests lmnreg3 (3SLS-SUR) Overall System Non Normality Tests lmcovreg3 (3SLS-SUR) Breusch-Pagan Diagonal Covariance Matrix r2reg3 (3SLS-SUR) Overall System R2, F-Test, and Chi2-Test diagreg3 (3SLS-SUR) Overall System ModeL Selection Diagnostic Criteria --------------------------------------------------------------------------- * (7) (SEM-FIML) * Structural Equation Modeling Tests: lmasem (SEM-FIML) Overall System Autocorrelation Tests lmhsem (SEM-FIML) Overall System Heteroscedasticity Tests lmnsem (SEM-FIML) Overall System Non Normality Tests lmcovsem (SEM-FIML) Breusch-Pagan Diagonal Covariance Matrix Test r2sem (SEM-FIML) Overall System R2, F-Test, and Chi2-Test diagsem (SEM-FIML) Overall System ModeL Selection Diagnostic Criteria --------------------------------------------------------------------------- * (8) (NL-SUR) * Non Linear Seemingly Unrelated Regression Tests: lmanlsur (NL-SUR) Overall System Autocorrelation Tests lmhnlsur (NL-SUR) Overall System Heteroscedasticity Tests lmnnlsur (NL-SUR) Overall System Non Normality Tests lmcovnlsur (NL-SUR) Breusch-Pagan Diagonal Covariance Matrix Test r2nlsur (NL-SUR) Overall System R2, F-Test, and Chi2-Test diagnlsur (NL-SUR) Overall System ModeL Selection Diagnostic Criteria --------------------------------------------------------------------------- * (9) (VAR) * Vector Autoregressive Model Tests: lmavar (VAR) Overall System Autocorrelation Tests lmhvar (VAR) Overall System Heteroscedasticity Tests lmnvar (VAR) Overall System Non Normality Tests lmcovvar (VAR) Breusch-Pagan Diagonal Covariance Matrix Test r2var (VAR) Overall System R2, F-Test, and Chi2-Test diagvar (VAR) Overall System ModeL Selection Diagnostic Criteria ---------------------------------------------------------------------------