xtdpdqml: Quasi-maximum likelihood estimation of linear dynamic short-t panel data models

Size: px
Start display at page:

Download "xtdpdqml: Quasi-maximum likelihood estimation of linear dynamic short-t panel data models"

Transcription

1 xtdpdqml: Quasi-maximum likelihood estimation of linear dynamic short-t panel data models Sebastian Kripfganz University of Exeter Business School, Department of Economics, Exeter, UK UK Stata Users Group Meeting London, September 9, 2016 net install xtdpdqml, from( S. Kripfganz (2016) xtdpdqml: Quasi-maximum likelihood estimation of linear dynamic short-t panel data models 1/27

2 Estimation of short-t linear dynamic panel models in Stata Least-squares estimation of dynamic models (i.e. models with a lagged dependent variable) with random or fixed effects (xtreg in Stata) yields biased coefficient estimates when the time horizon is short (Nickell, 1981). Predominent estimation technique in empirical research is the generalized method of moments (GMM): Arellano and Bond (1991) difference GMM : xtabond, Arellano and Bover (1995) and Blundell and Bond (1998) system GMM : xtdpdsys. Both Stata commands are wrappers for the more flexible command xtdpd. Alternative user-written command with full flexibility and many additional options by Roodman (2009): xtabond2. S. Kripfganz (2016) xtdpdqml: Quasi-maximum likelihood estimation of linear dynamic short-t panel data models 2/27

3 Estimation of short-t linear dynamic panel models in Stata Other promising approaches that can be more efficient alternatives to GMM with potentially better finite-sample performance remain underrepresented in empirical work: Bias-correction procedures by Kiviet (1995), Bun and Kiviet (2003), and Everaert and Pozzi (2007): user-written implementations xtlsdvc (Bruno, 2005) and xtbcfe (De Vos, Everaert, and Ruyssen, 2015). Full-information maximum likelihood / structural equation modeling: xtdpdml command by Williams, Allison, and Moral-Benito (2015) as a wrapper for sem. Limited-information quasi-maximum likelihood (QML) estimation for dynamic random-effects models (Bhargava and Sargan, 1983) and dynamic fixed-effects models (Hsiao, Pesaran, and Tahmiscioglu, 2002): new xtdpdqml package. S. Kripfganz (2016) xtdpdqml: Quasi-maximum likelihood estimation of linear dynamic short-t panel data models 3/27

4 Linear dynamic panel data model Linear panel model with first-order autoregressive dynamics: y it = λy i,t 1 + x itβ + f i γ + ǫ it, ǫ it = u i + e it, t = 1, 2,..., T i (potentially unbalanced but without gaps), and where e it iid (0, σ 2 e ). The regressors x it and f i are required to be strictly exogenous with respect to e it. The lagged dependent variable y i,t 1 is correlated by construction with the unit-specific error component u i. Dynamic random-effects model: The time-varying regressors x it and the time-invariant regressors f i are uncorrelated with u i. Dynamic fixed-effects model: All regressors are allowed to be correlated with u i. S. Kripfganz (2016) xtdpdqml: Quasi-maximum likelihood estimation of linear dynamic short-t panel data models 4/27

5 Dynamic random-effects model y it = λy i,t 1 + x itβ + f i γ + ǫ it, ǫ it = u i + e it, Random-effects assumption: u i iid (0, σ 2 u ), uncorrelated with x it and f i. The classical random-effects estimator is a least-squares estimator treating the initial observations y i0 as exogenous. Consequently, it is biased when T is small due to the correlation of y i,t 1 (and therefore also y i0 ) with u i. To account for this correlation with a likelihood approach, the joint distribution of (y i0, y i1,..., y iti ) needs to be specified. S. Kripfganz (2016) xtdpdqml: Quasi-maximum likelihood estimation of linear dynamic short-t panel data models 5/27

6 Dynamic random-effects model y it = λy i,t 1 + x itβ + f i γ + ǫ it, ǫ it = u i + e it, Bhargava and Sargan (1983) propose to model the initial observations as a function of the observed exogenous variables: T y i0 = x isπ x,s + f i π f + ν i0, s=0 with T = min(t i ), Var(ν i0 ) = σ 2 0, and Cov(ν i0, ǫ it ) = φσ 2 0. Implied restrictions under stationarity of all variables: φ = σ2 u (1 λ)σ0 2 γ in the presence of time-varying regressors x it, π f = 1 λ, σ2 0 = σ2 u (1 λ) + σ2 2 e 1 λ, and φ = 2 absence of time-varying regressors x it. σ2 u (1 λ)σ 2 0 in the S. Kripfganz (2016) xtdpdqml: Quasi-maximum likelihood estimation of linear dynamic short-t panel data models 6/27

7 Dynamic fixed-effects model y it = λy i,t 1 + x itβ + f i γ + ǫ it, ǫ it = u i + e it, Fixed-effects assumption: u i allowed to be arbitrarily correlated with x it and f i. First-difference transformation to remove the fixed effects: y it = λ y i,t 1 + x itβ + e it, The lagged dependent variable y i,t 1 (and therefore also y i1 ) is correlated by construction with the transformed error term e it. Consequently, an estimator that treats y i1 as exogenous is biased. To account for this correlation with a likelihood approach, the joint distribution of ( y i1, y i2,..., y iti ) needs to be specified. S. Kripfganz (2016) xtdpdqml: Quasi-maximum likelihood estimation of linear dynamic short-t panel data models 7/27

8 Dynamic fixed-effects model y it = λ y i,t 1 + x itβ + e it, Hsiao, Pesaran, and Tahmiscioglu (2002) justify the following representation for the initial observations: T y i1 = b + x isπ s + ν i1, s=1 with T = min(t i ), Var(ν i1 ) = ωσ 2 e, Cov(ν i0, e i2 ) = σ 2 e, and Cov(ν i0, e it ) = 0 for t > 2. Implied restrictions under stationarity of all (first-differenced) variables: b = 0 in the presence of regressors x it, b = 0 and ω = 2 1+λ in the absence of regressors x it. S. Kripfganz (2016) xtdpdqml: Quasi-maximum likelihood estimation of linear dynamic short-t panel data models 8/27

9 Quasi-maximum likelihood estimation Given the assumptions on the error components and treating all of them as if they were normally distributed, the log-likelihood function for the system of equations can be maximized with a gradient-based optimization technique. This iterative procedure needs appropriate starting values: 1 By default, xtdpdqml obtains initial estimates for the model coefficients from a consistent GMM estimator (xtdpd). Initial estimates for the initial-observations coefficients are obtained from a separate least-squares estimation. The initial variance parameter estimates are computed from the respective residuals. Alternative initial estimates for the model coefficients and variance parameters can be specified by the user. Analytical first-order and second-order derivatives largely speed up the computations. 1 See the paper and the online appendix at for details. S. Kripfganz (2016) xtdpdqml: Quasi-maximum likelihood estimation of linear dynamic short-t panel data models 9/27

10 Stata syntax of the xtdpdqml command xtdpdqml depvar [indepvars ] [if ] [in ] [, options ] Selected options: fe: uses the fixed-effects estimator, the default, re: uses the random-effects estimator, projection(varlist [, leads(#) nodifference omit]): specifies the initial-observations projection, stationary: imposes restrictions valid under stationarity, vce(robust): uses the sandwich VC estimator for valid inference under cross-sectional heteroskedasticity (Hayakawa and Pesaran, 2015), mlparams: reports all ML parameter estimates, from(init specs ) and initval(numlist ): specify alternative starting values, additional display options, maximize options,... Selected postestimation commands: predict: similar to xtreg plus equation-level scores, estat, hausman, lrtest, nlcom, suest, test,... S. Kripfganz (2016) xtdpdqml: Quasi-maximum likelihood estimation of linear dynamic short-t panel data models 10/27

11 Estimation of an employment equation for 140 UK companies, , based on the Arellano and Bond (1991) data set:. webuse abdata Dependent variable: Logarithm of the number of employees (n). Strictly exogenous explanatory variables: Real wage (w), Gross capital stock (k), Time dummies (yr1978-yr1984). S. Kripfganz (2016) xtdpdqml: Quasi-maximum likelihood estimation of linear dynamic short-t panel data models 11/27

12 QML estimation of the dynamic fixed-effects model:. xtdpdqml n w k yr1978-yr1984, nolog Quasi-maximum likelihood estimation Group variable: id Number of obs = 891 Time variable: year Number of groups = 140 Fixed effects Obs per group: min = 6 avg = (Estimation in first differences) max = n Coef. Std. Err. z P>z [95% Conf. Interval] n L w k yr yr yr yr yr yr yr _cons S. Kripfganz (2016) xtdpdqml: Quasi-maximum likelihood estimation of linear dynamic short-t panel data models 12/27

13 Reporting of all parameter estimates:. xtdpdqml n w k yr1978-yr1984, mlparams nolog Quasi-maximum likelihood estimation Group variable: id Number of obs = 891 Time variable: year Number of groups = 140 Fixed effects Obs per group: min = 6 avg = max = D.n Coef. Std. Err. z P>z [95% Conf. Interval] _model n LD w D k D yr1978 D (Continued on next page) S. Kripfganz (2016) xtdpdqml: Quasi-maximum likelihood estimation of linear dynamic short-t panel data models 13/27

14 yr1979 D yr1980 D yr1981 D yr1982 D yr1983 D yr1984 D _initobs w D FD F2D F3D F4D F5D (Continued on next page) S. Kripfganz (2016) xtdpdqml: Quasi-maximum likelihood estimation of linear dynamic short-t panel data models 14/27

15 k D FD F2D F3D F4D F5D yr1978 D FD _cons /_sigma2e /_omega estimates store fe S. Kripfganz (2016) xtdpdqml: Quasi-maximum likelihood estimation of linear dynamic short-t panel data models 15/27

16 Restricted model versions:. xtdpdqml n w k yr1978-yr1984, stationary mlparams nolog (Output omitted). lrtest fe Likelihood-ratio test LR chi2(1) = 0.03 (Assumption:. nested in fe) Prob > chi2 = xtdpdqml n w k yr1978-yr1984, stationary projection(yr*, omit) mlparams nolog (Output omitted). lrtest fe Likelihood-ratio test LR chi2(3) = 6.29 (Assumption:. nested in fe) Prob > chi2 = estimates restore fe (results fe are active now). test [_initobs]: D.yr1978 FD.yr1978 _cons ( 1) [_initobs]d.yr1978 = 0 ( 2) [_initobs]fd.yr1978 = 0 ( 3) [_initobs]_cons = 0 chi2( 3) = 6.36 Prob > chi2 = S. Kripfganz (2016) xtdpdqml: Quasi-maximum likelihood estimation of linear dynamic short-t panel data models 16/27

17 . xtdpdqml n w k yr1978-yr1984, stationary projection(w k, leads(0)) mlparams nolog (Output omitted). lrtest fe Likelihood-ratio test LR chi2(11) = (Assumption:. nested in fe) Prob > chi2 = Alternative starting values from system GMM estimator (default starting values are from difference GMM estimator):. quietly xtdpdsys n w k yr1978-yr1984, twostep. matrix b = e(b). xtdpdqml n w k yr1978-yr1984, stationary from(b, skip) (Output omitted). estimates store fe S. Kripfganz (2016) xtdpdqml: Quasi-maximum likelihood estimation of linear dynamic short-t panel data models 17/27

18 QML estimation of the dynamic random-effects model:. xtdpdqml n w k yr1978-yr1984, re nolog Quasi-maximum likelihood estimation initial values not feasible Feasible starting values for the variance parameters (σu, 2 σe, 2 σ0 2, φ) need to satisfy the restriction (σ 2 u φ 2 σ 2 0) max(t i ) > σ 2 e.. xtdpdqml n w k yr1978-yr1984, re initval( ) nolog (Output omitted). estimates store re S. Kripfganz (2016) xtdpdqml: Quasi-maximum likelihood estimation of linear dynamic short-t panel data models 18/27

19 Traditional Hausman test:. hausman fe re, df(3) ---- Coefficients ---- (b) (B) (b-b) sqrt(diag(v_b-v_b)) fe_eq1 re_eq1 Difference S.E. n L w k yr yr yr yr yr yr yr b = consistent under Ho and Ha; obtained from xtdpdqml B = inconsistent under Ha, efficient under Ho; obtained from xtdpdqml Test: Ho: difference in coefficients not systematic chi2(3) = (b-b) [(V_b-V_B)ˆ(-1)](b-B) = Prob>chi2 = (V_b-V_B is not positive definite) S. Kripfganz (2016) xtdpdqml: Quasi-maximum likelihood estimation of linear dynamic short-t panel data models 19/27

20 Generalized (robust) Hausman test:. quietly xtdpdqml n w k yr1978-yr1984, mlparams. estimates store fe. quietly xtdpdqml n w k yr1978-yr1984, re initval( ) mlparams. estimates store re. suest fe re, vce(cluster id) Simultaneous results for fe, re Number of obs = 1,031 (Std. Err. adjusted for 140 clusters in id) Robust Coef. Std. Err. z P>z [95% Conf. Interval] fe model n LD w D (Continued on next page) S. Kripfganz (2016) xtdpdqml: Quasi-maximum likelihood estimation of linear dynamic short-t panel data models 20/27

21 k D yr1978 D yr1979 D yr1980 D yr1981 D yr1982 D yr1983 D yr1984 D (Continued on next page) S. Kripfganz (2016) xtdpdqml: Quasi-maximum likelihood estimation of linear dynamic short-t panel data models 21/27

22 fe initobs w D FD F2D F3D F4D F5D k D FD F2D F3D F4D F5D yr1978 D FD _cons fe sigma2e _cons fe omega _cons (Continued on next page) S. Kripfganz (2016) xtdpdqml: Quasi-maximum likelihood estimation of linear dynamic short-t panel data models 22/27

23 re model n L w k yr yr yr yr yr yr yr _cons re initobs w F F F F F F (Continued on next page) S. Kripfganz (2016) xtdpdqml: Quasi-maximum likelihood estimation of linear dynamic short-t panel data models 23/27

24 k F F F F F F yr1978 F yr1979 F _cons re sigma2u _cons re sigma2e _cons re sigma2e0 _cons re phi _cons S. Kripfganz (2016) xtdpdqml: Quasi-maximum likelihood estimation of linear dynamic short-t panel data models 24/27

25 . test ([fe model]ld.n = [re model]l.n) ([fe model]d.w = [re model]w) ([fe model]d.k = [re model]k) ( 1) [fe model]ld.n - [re model]l.n = 0 ( 2) [fe model]d.w - [re model]w = 0 ( 3) [fe model]d.k - [re model]k = 0 chi2( 3) = 5.97 Prob > chi2 = Computation of long-run effects:. xtdpdqml n w k yr1978-yr1984, stationary vce(robust) (Output omitted). nlcom (_b[w] / (1 - _b[l.n])) (_b[k] / (1 - _b[l.n])) _nl_1: _nl_2: _b[w] / (1 - _b[l.n]) _b[k] / (1 - _b[l.n]) n Coef. Std. Err. z P>z [95% Conf. Interval] _nl_ _nl_ S. Kripfganz (2016) xtdpdqml: Quasi-maximum likelihood estimation of linear dynamic short-t panel data models 25/27

26 Summary: the new xtdpdqml package for Stata (Quasi-)maximum likelihood estimation can be an attractive alternative to widely used GMM estimators with potential efficiency gains and better finite-sample performance. The xtdpdqml implements the Bhargava and Sargan (1983) random-effects QML estimator and the Hsiao, Pesaran, and Tahmiscioglu (2002) fixed-effects QML estimator for linear dynamic panel data models. It provides a complement to Stata s existing estimation toolbox for dynamic panel models that can be valuable to assess the robustness of estimates obtained with different methods. Kripfganz, S. (forthcoming). xtdpdqml: Quasi-maximum likelihood estimation of linear dynamic short-t panel data models. Stata Journal (accepted manuscript). net install xtdpdqml, from( help xtdpdqml help xtdpdqml postestimation S. Kripfganz (2016) xtdpdqml: Quasi-maximum likelihood estimation of linear dynamic short-t panel data models 26/27

27 References Arellano, M., and S. R. Bond (1991). Some tests of specification for panel data: Monte Carlo evidence and an application to employment equations. Review of Economic Studies 58(2): Arellano, M., and O. Bover (1995). Another look at the instrumental variable estimation of error-components models. Journal of Econometrics 68(1): Bhargava, A., and J. D. Sargan (1983). Estimating dynamic random effects models from panel data covering short time periods. Econometrica 51(6): Blundell, R., and S. R. Bond (1991). Initial conditions and moment restrictions in dynamic panel data models. Journal of Econometrics 87(1): Bruno, G. S. F. (2005). Estimation and inference in dynamic unbalanced panel-data models with a small number of individuals. Stata Journal 5(4): Bun, M. J. G., and J. F. Kiviet (2003). On the diminishing returns of higher-order terms in asymptotic expansions of bias. Economics Letters 79(2): De Vos, I., G. Everaert, and I. Ruyssen (2015). Bootstrap-based bias correction and inference for dynamic panels with fixed effects. Stata Journal 15(4): Everaert, G., and L. Pozzi (2007). Bootstrap-based bias correction for dynamic panels. Journal of Economic Dynamics and Control 31(4): Hayakawa, K., and M. H. Pesaran (2015). Robust standard errors in transformed likelihood estimation of dynamic panel data models with cross-sectional heteroskedasticity. Journal of Econometrics 188(1): Hsiao, C., M. H. Pesaran, and A. K. Tahmiscioglu (2002). Maximum likelihood estimation of fixed effects dynamic panel data models covering short time periods. Journal of Econometrics 109(1): Kiviet, J. F. (1995). On bias, inconsistency, and efficiency of various estimators in dynamic panel data models. Journal of Econometrics 68(1): Roodman, D. (2009). How to do xtabond2: An introduction to difference and system GMM in Stata. Stata Journal 9(1): Williams, R., P. D. Allison, and E. Moral-Benito (2015). Linear dynamic panel-data estimation using maximum likelihood and structural equation modeling. Presented July 30, 2015 at the Stata Conference 2015, Columbus, Ohio. S. Kripfganz (2016) xtdpdqml: Quasi-maximum likelihood estimation of linear dynamic short-t panel data models 27/27

xtseqreg: Sequential (two-stage) estimation of linear panel data models

xtseqreg: Sequential (two-stage) estimation of linear panel data models xtseqreg: Sequential (two-stage) estimation of linear panel data models and some pitfalls in the estimation of dynamic panel models Sebastian Kripfganz University of Exeter Business School, Department

More information

Dynamic Panels. Chapter Introduction Autoregressive Model

Dynamic Panels. Chapter Introduction Autoregressive Model Chapter 11 Dynamic Panels This chapter covers the econometrics methods to estimate dynamic panel data models, and presents examples in Stata to illustrate the use of these procedures. The topics in this

More information

1 Estimation of Persistent Dynamic Panel Data. Motivation

1 Estimation of Persistent Dynamic Panel Data. Motivation 1 Estimation of Persistent Dynamic Panel Data. Motivation Consider the following Dynamic Panel Data (DPD) model y it = y it 1 ρ + x it β + µ i + v it (1.1) with i = {1, 2,..., N} denoting the individual

More information

Dynamic Panel Data Models

Dynamic Panel Data Models June 23, 2010 Contents Motivation 1 Motivation 2 Basic set-up Problem Solution 3 4 5 Literature Motivation Many economic issues are dynamic by nature and use the panel data structure to understand adjustment.

More information

Dynamic Panel Data estimators

Dynamic Panel Data estimators Dynamic Panel Data estimators Christopher F Baum EC 823: Applied Econometrics Boston College, Spring 2014 Christopher F Baum (BC / DIW) Dynamic Panel Data estimators Boston College, Spring 2014 1 / 50

More information

Fortin Econ Econometric Review 1. 1 Panel Data Methods Fixed Effects Dummy Variables Regression... 7

Fortin Econ Econometric Review 1. 1 Panel Data Methods Fixed Effects Dummy Variables Regression... 7 Fortin Econ 495 - Econometric Review 1 Contents 1 Panel Data Methods 2 1.1 Fixed Effects......................... 2 1.1.1 Dummy Variables Regression............ 7 1.1.2 First Differencing Methods.............

More information

point estimates, standard errors, testing, and inference for nonlinear combinations

point estimates, standard errors, testing, and inference for nonlinear combinations Title xtreg postestimation Postestimation tools for xtreg Description The following postestimation commands are of special interest after xtreg: command description xttest0 Breusch and Pagan LM test for

More information

GMM Estimation in Stata

GMM Estimation in Stata GMM Estimation in Stata Econometrics I Department of Economics Universidad Carlos III de Madrid Master in Industrial Economics and Markets 1 Outline Motivation 1 Motivation 2 3 4 2 Motivation 3 Stata and

More information

Microeconometrics (PhD) Problem set 2: Dynamic Panel Data Solutions

Microeconometrics (PhD) Problem set 2: Dynamic Panel Data Solutions Microeconometrics (PhD) Problem set 2: Dynamic Panel Data Solutions QUESTION 1 Data for this exercise can be prepared by running the do-file called preparedo posted on my webpage This do-file collects

More information

Econometrics of Panel Data

Econometrics of Panel Data Econometrics of Panel Data Jakub Mućk Meeting # 6 Jakub Mućk Econometrics of Panel Data Meeting # 6 1 / 36 Outline 1 The First-Difference (FD) estimator 2 Dynamic panel data models 3 The Anderson and Hsiao

More information

Fixed and Random Effects Models: Vartanian, SW 683

Fixed and Random Effects Models: Vartanian, SW 683 : Vartanian, SW 683 Fixed and random effects models See: http://teaching.sociology.ul.ie/dcw/confront/node45.html When you have repeated observations per individual this is a problem and an advantage:

More information

Dynamic Panel Data Models

Dynamic Panel Data Models Models Amjad Naveed, Nora Prean, Alexander Rabas 15th June 2011 Motivation Many economic issues are dynamic by nature. These dynamic relationships are characterized by the presence of a lagged dependent

More information

Improving GMM efficiency in dynamic models for panel data with mean stationarity

Improving GMM efficiency in dynamic models for panel data with mean stationarity Working Paper Series Department of Economics University of Verona Improving GMM efficiency in dynamic models for panel data with mean stationarity Giorgio Calzolari, Laura Magazzini WP Number: 12 July

More information

4 Instrumental Variables Single endogenous variable One continuous instrument. 2

4 Instrumental Variables Single endogenous variable One continuous instrument. 2 Econ 495 - Econometric Review 1 Contents 4 Instrumental Variables 2 4.1 Single endogenous variable One continuous instrument. 2 4.2 Single endogenous variable more than one continuous instrument..........................

More information

Problem Set 10: Panel Data

Problem Set 10: Panel Data Problem Set 10: Panel Data 1. Read in the data set, e11panel1.dta from the course website. This contains data on a sample or 1252 men and women who were asked about their hourly wage in two years, 2005

More information

EC327: Advanced Econometrics, Spring 2007

EC327: Advanced Econometrics, Spring 2007 EC327: Advanced Econometrics, Spring 2007 Wooldridge, Introductory Econometrics (3rd ed, 2006) Chapter 14: Advanced panel data methods Fixed effects estimators We discussed the first difference (FD) model

More information

xtdpdml for Estimating Dynamic Panel Models

xtdpdml for Estimating Dynamic Panel Models xtdpdml for Estimating Dynamic Panel Models Enrique Moral-Benito Paul Allison Richard Williams Banco de España University of Pennsylvania University of Notre Dame Reunión Española de Usuarios de Stata

More information

4 Instrumental Variables Single endogenous variable One continuous instrument. 2

4 Instrumental Variables Single endogenous variable One continuous instrument. 2 Econ 495 - Econometric Review 1 Contents 4 Instrumental Variables 2 4.1 Single endogenous variable One continuous instrument. 2 4.2 Single endogenous variable more than one continuous instrument..........................

More information

Linear dynamic panel data models

Linear dynamic panel data models Linear dynamic panel data models Laura Magazzini University of Verona L. Magazzini (UniVR) Dynamic PD 1 / 67 Linear dynamic panel data models Dynamic panel data models Notation & Assumptions One of the

More information

Dynamic panel data methods

Dynamic panel data methods Dynamic panel data methods for cross-section panels Franz Eigner University Vienna Prepared for UK Econometric Methods of Panel Data with Prof. Robert Kunst 27th May 2009 Structure 1 Preliminary considerations

More information

Lecture 8 Panel Data

Lecture 8 Panel Data Lecture 8 Panel Data Economics 8379 George Washington University Instructor: Prof. Ben Williams Introduction This lecture will discuss some common panel data methods and problems. Random effects vs. fixed

More information

Simultaneous Equations with Error Components. Mike Bronner Marko Ledic Anja Breitwieser

Simultaneous Equations with Error Components. Mike Bronner Marko Ledic Anja Breitwieser Simultaneous Equations with Error Components Mike Bronner Marko Ledic Anja Breitwieser PRESENTATION OUTLINE Part I: - Simultaneous equation models: overview - Empirical example Part II: - Hausman and Taylor

More information

Empirical Asset Pricing

Empirical Asset Pricing Department of Mathematics and Statistics, University of Vaasa, Finland Texas A&M University, May June, 2013 As of May 24, 2013 Part III Stata Regression 1 Stata regression Regression Factor variables Postestimation:

More information

Jeffrey M. Wooldridge Michigan State University

Jeffrey M. Wooldridge Michigan State University Fractional Response Models with Endogenous Explanatory Variables and Heterogeneity Jeffrey M. Wooldridge Michigan State University 1. Introduction 2. Fractional Probit with Heteroskedasticity 3. Fractional

More information

Bias Correction Methods for Dynamic Panel Data Models with Fixed Effects

Bias Correction Methods for Dynamic Panel Data Models with Fixed Effects MPRA Munich Personal RePEc Archive Bias Correction Methods for Dynamic Panel Data Models with Fixed Effects Mohamed R. Abonazel Department of Applied Statistics and Econometrics, Institute of Statistical

More information

Econometrics. 8) Instrumental variables

Econometrics. 8) Instrumental variables 30C00200 Econometrics 8) Instrumental variables Timo Kuosmanen Professor, Ph.D. http://nomepre.net/index.php/timokuosmanen Today s topics Thery of IV regression Overidentification Two-stage least squates

More information

Description Quick start Menu Syntax Options Remarks and examples Stored results Methods and formulas Acknowledgment References Also see

Description Quick start Menu Syntax Options Remarks and examples Stored results Methods and formulas Acknowledgment References Also see Title stata.com hausman Hausman specification test Description Quick start Menu Syntax Options Remarks and examples Stored results Methods and formulas Acknowledgment References Also see Description hausman

More information

CRE METHODS FOR UNBALANCED PANELS Correlated Random Effects Panel Data Models IZA Summer School in Labor Economics May 13-19, 2013 Jeffrey M.

CRE METHODS FOR UNBALANCED PANELS Correlated Random Effects Panel Data Models IZA Summer School in Labor Economics May 13-19, 2013 Jeffrey M. CRE METHODS FOR UNBALANCED PANELS Correlated Random Effects Panel Data Models IZA Summer School in Labor Economics May 13-19, 2013 Jeffrey M. Wooldridge Michigan State University 1. Introduction 2. Linear

More information

Longitudinal Data Analysis Using Stata Paul D. Allison, Ph.D. Upcoming Seminar: May 18-19, 2017, Chicago, Illinois

Longitudinal Data Analysis Using Stata Paul D. Allison, Ph.D. Upcoming Seminar: May 18-19, 2017, Chicago, Illinois Longitudinal Data Analysis Using Stata Paul D. Allison, Ph.D. Upcoming Seminar: May 18-19, 217, Chicago, Illinois Outline 1. Opportunities and challenges of panel data. a. Data requirements b. Control

More information

A Journey to Latent Class Analysis (LCA)

A Journey to Latent Class Analysis (LCA) A Journey to Latent Class Analysis (LCA) Jeff Pitblado StataCorp LLC 2017 Nordic and Baltic Stata Users Group Meeting Stockholm, Sweden Outline Motivation by: prefix if clause suest command Factor variables

More information

Applied Econometrics. Lecture 3: Introduction to Linear Panel Data Models

Applied Econometrics. Lecture 3: Introduction to Linear Panel Data Models Applied Econometrics Lecture 3: Introduction to Linear Panel Data Models Måns Söderbom 4 September 2009 Department of Economics, Universy of Gothenburg. Email: mans.soderbom@economics.gu.se. Web: www.economics.gu.se/soderbom,

More information

Confidence intervals for the variance component of random-effects linear models

Confidence intervals for the variance component of random-effects linear models The Stata Journal (2004) 4, Number 4, pp. 429 435 Confidence intervals for the variance component of random-effects linear models Matteo Bottai Arnold School of Public Health University of South Carolina

More information

Please discuss each of the 3 problems on a separate sheet of paper, not just on a separate page!

Please discuss each of the 3 problems on a separate sheet of paper, not just on a separate page! Econometrics - Exam May 11, 2011 1 Exam Please discuss each of the 3 problems on a separate sheet of paper, not just on a separate page! Problem 1: (15 points) A researcher has data for the year 2000 from

More information

Editor Nicholas J. Cox Geography Department Durham University South Road Durham City DH1 3LE UK

Editor Nicholas J. Cox Geography Department Durham University South Road Durham City DH1 3LE UK The Stata Journal Editor H. Joseph Newton Department of Statistics Texas A & M University College Station, Texas 77843 979-845-3142; FAX 979-845-3144 jnewton@stata-journal.com Editor Nicholas J. Cox Geography

More information

-redprob- A Stata program for the Heckman estimator of the random effects dynamic probit model

-redprob- A Stata program for the Heckman estimator of the random effects dynamic probit model -redprob- A Stata program for the Heckman estimator of the random effects dynamic probit model Mark B. Stewart University of Warwick January 2006 1 The model The latent equation for the random effects

More information

8. Nonstandard standard error issues 8.1. The bias of robust standard errors

8. Nonstandard standard error issues 8.1. The bias of robust standard errors 8.1. The bias of robust standard errors Bias Robust standard errors are now easily obtained using e.g. Stata option robust Robust standard errors are preferable to normal standard errors when residuals

More information

Эконометрика, , 4 модуль Семинар Для Группы Э_Б2015_Э_3 Семинарист О.А.Демидова

Эконометрика, , 4 модуль Семинар Для Группы Э_Б2015_Э_3 Семинарист О.А.Демидова Эконометрика, 2017-2018, 4 модуль Семинар 3 160418 Для Группы Э_Б2015_Э_3 Семинарист ОАДемидова * Stata program * copyright C 2010 by A Colin Cameron and Pravin K Trivedi * used for "Microeconometrics

More information

Analyzing spatial autoregressive models using Stata

Analyzing spatial autoregressive models using Stata Analyzing spatial autoregressive models using Stata David M. Drukker StataCorp Summer North American Stata Users Group meeting July 24-25, 2008 Part of joint work with Ingmar Prucha and Harry Kelejian

More information

Iterative Bias Correction Procedures Revisited: A Small Scale Monte Carlo Study

Iterative Bias Correction Procedures Revisited: A Small Scale Monte Carlo Study Discussion Paper: 2015/02 Iterative Bias Correction Procedures Revisited: A Small Scale Monte Carlo Study Artūras Juodis www.ase.uva.nl/uva-econometrics Amsterdam School of Economics Roetersstraat 11 1018

More information

Consistent OLS Estimation of AR(1) Dynamic Panel Data Models with Short Time Series

Consistent OLS Estimation of AR(1) Dynamic Panel Data Models with Short Time Series Consistent OLS Estimation of AR(1) Dynamic Panel Data Models with Short Time Series Kazuhiko Hayakawa Department of Economics Hitotsubashi University January 19, 006 Abstract In this paper, we examine

More information

Working Paper Number 103 December 2006

Working Paper Number 103 December 2006 Working Paper Number 03 December 2006 How to Do xtabond2: An Introduction to Difference and System GMM in Stata By David Roodman Abstract The Arellano-Bond 99) and Arellano-Bover 995)/Blundell-Bond 998)

More information

ADVANCED ECONOMETRICS I. Course Description. Contents - Theory 18/10/2017. Theory (1/3)

ADVANCED ECONOMETRICS I. Course Description. Contents - Theory 18/10/2017. Theory (1/3) ADVANCED ECONOMETRICS I Theory (1/3) Instructor: Joaquim J. S. Ramalho E.mail: jjsro@iscte-iul.pt Personal Website: http://home.iscte-iul.pt/~jjsro Office: D5.10 Course Website: http://home.iscte-iul.pt/~jjsro/advancedeconometricsi.htm

More information

Recent Advances in the Field of Trade Theory and Policy Analysis Using Micro-Level Data

Recent Advances in the Field of Trade Theory and Policy Analysis Using Micro-Level Data Recent Advances in the Field of Trade Theory and Policy Analysis Using Micro-Level Data July 2012 Bangkok, Thailand Cosimo Beverelli (World Trade Organization) 1 Content a) Classical regression model b)

More information

Partial effects in fixed effects models

Partial effects in fixed effects models 1 Partial effects in fixed effects models J.M.C. Santos Silva School of Economics, University of Surrey Gordon C.R. Kemp Department of Economics, University of Essex 22 nd London Stata Users Group Meeting

More information

Econometric Analysis of Cross Section and Panel Data

Econometric Analysis of Cross Section and Panel Data Econometric Analysis of Cross Section and Panel Data Jeffrey M. Wooldridge / The MIT Press Cambridge, Massachusetts London, England Contents Preface Acknowledgments xvii xxiii I INTRODUCTION AND BACKGROUND

More information

Generalized method of moments estimation in Stata 11

Generalized method of moments estimation in Stata 11 Generalized method of moments estimation in Stata 11 David M. Drukker StataCorp Stata Conference Washington, DC 2009 1 / 27 Outline 1 A quick introduction to GMM 2 gmm examples Ordinary least squares Two-stage

More information

Dealing With and Understanding Endogeneity

Dealing With and Understanding Endogeneity Dealing With and Understanding Endogeneity Enrique Pinzón StataCorp LP October 20, 2016 Barcelona (StataCorp LP) October 20, 2016 Barcelona 1 / 59 Importance of Endogeneity Endogeneity occurs when a variable,

More information

Maximum Likelihood for Cross-Lagged Panel Models with Fixed Effects

Maximum Likelihood for Cross-Lagged Panel Models with Fixed Effects Maximum Likelihood for Cross-Lagged Panel Models with Fixed Effects Paul D. Allison University of Pennsylvania Richard Williams University of Notre Dame Enrique Moral-Benito Banco de España Keywords: panel

More information

INTRODUCTION TO BASIC LINEAR REGRESSION MODEL

INTRODUCTION TO BASIC LINEAR REGRESSION MODEL INTRODUCTION TO BASIC LINEAR REGRESSION MODEL 13 September 2011 Yogyakarta, Indonesia Cosimo Beverelli (World Trade Organization) 1 LINEAR REGRESSION MODEL In general, regression models estimate the effect

More information

Lecture 7: Dynamic panel models 2

Lecture 7: Dynamic panel models 2 Lecture 7: Dynamic panel models 2 Ragnar Nymoen Department of Economics, UiO 25 February 2010 Main issues and references The Arellano and Bond method for GMM estimation of dynamic panel data models A stepwise

More information

Linear Panel Data Models

Linear Panel Data Models Linear Panel Data Models Michael R. Roberts Department of Finance The Wharton School University of Pennsylvania October 5, 2009 Michael R. Roberts Linear Panel Data Models 1/56 Example First Difference

More information

Estimating Markov-switching regression models in Stata

Estimating Markov-switching regression models in Stata Estimating Markov-switching regression models in Stata Ashish Rajbhandari Senior Econometrician StataCorp LP Stata Conference 2015 Ashish Rajbhandari (StataCorp LP) Markov-switching regression Stata Conference

More information

Ninth ARTNeT Capacity Building Workshop for Trade Research "Trade Flows and Trade Policy Analysis"

Ninth ARTNeT Capacity Building Workshop for Trade Research Trade Flows and Trade Policy Analysis Ninth ARTNeT Capacity Building Workshop for Trade Research "Trade Flows and Trade Policy Analysis" June 2013 Bangkok, Thailand Cosimo Beverelli and Rainer Lanz (World Trade Organization) 1 Selected econometric

More information

Econometrics Homework 4 Solutions

Econometrics Homework 4 Solutions Econometrics Homework 4 Solutions Computer Question (Optional, no need to hand in) (a) c i may capture some state-specific factor that contributes to higher or low rate of accident or fatality. For example,

More information

Corporate Finance Data & The Role of Dynamic Panels. Mark Flannery, University of Florida Kristine W. Hankins, University of Kentucky

Corporate Finance Data & The Role of Dynamic Panels. Mark Flannery, University of Florida Kristine W. Hankins, University of Kentucky Corporate Finance Data & The Role of Dynamic Panels Mark Flannery, University of Florida Kristine W. Hankins, University of Kentucky Panel Data Fixed Effects Matter Growing Focus on Methodology Peterson,

More information

1

1 i 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 Foreign Liabilities/ Dependen Variabel Rasio Foreign Liabilities Total Debt (1) (2) Konstanta 0.216*** 0.219*** Ekspor/Total Sales -0.064-0.055

More information

A Transformed System GMM Estimator for Dynamic Panel Data Models. February 26, 2014

A Transformed System GMM Estimator for Dynamic Panel Data Models. February 26, 2014 A Transformed System GMM Estimator for Dynamic Panel Data Models Xiaojin Sun Richard A. Ashley February 26, 20 Abstract The system GMM estimator developed by Blundell and Bond (998) for dynamic panel data

More information

Advanced Econometrics

Advanced Econometrics Based on the textbook by Verbeek: A Guide to Modern Econometrics Robert M. Kunst robert.kunst@univie.ac.at University of Vienna and Institute for Advanced Studies Vienna May 16, 2013 Outline Univariate

More information

ECON2228 Notes 10. Christopher F Baum. Boston College Economics. cfb (BC Econ) ECON2228 Notes / 48

ECON2228 Notes 10. Christopher F Baum. Boston College Economics. cfb (BC Econ) ECON2228 Notes / 48 ECON2228 Notes 10 Christopher F Baum Boston College Economics 2014 2015 cfb (BC Econ) ECON2228 Notes 10 2014 2015 1 / 48 Serial correlation and heteroskedasticity in time series regressions Chapter 12:

More information

Instrumental variables estimation using heteroskedasticity-based instruments

Instrumental variables estimation using heteroskedasticity-based instruments Instrumental variables estimation using heteroskedasticity-based instruments Christopher F Baum, Arthur Lewbel, Mark E Schaffer, Oleksandr Talavera Boston College/DIW Berlin, Boston College, Heriot Watt

More information

G. S. Maddala Kajal Lahiri. WILEY A John Wiley and Sons, Ltd., Publication

G. S. Maddala Kajal Lahiri. WILEY A John Wiley and Sons, Ltd., Publication G. S. Maddala Kajal Lahiri WILEY A John Wiley and Sons, Ltd., Publication TEMT Foreword Preface to the Fourth Edition xvii xix Part I Introduction and the Linear Regression Model 1 CHAPTER 1 What is Econometrics?

More information

Quantitative Methods Final Exam (2017/1)

Quantitative Methods Final Exam (2017/1) Quantitative Methods Final Exam (2017/1) 1. Please write down your name and student ID number. 2. Calculator is allowed during the exam, but DO NOT use a smartphone. 3. List your answers (together with

More information

Topic 10: Panel Data Analysis

Topic 10: Panel Data Analysis Topic 10: Panel Data Analysis Advanced Econometrics (I) Dong Chen School of Economics, Peking University 1 Introduction Panel data combine the features of cross section data time series. Usually a panel

More information

Instrumental Variables, Simultaneous and Systems of Equations

Instrumental Variables, Simultaneous and Systems of Equations Chapter 6 Instrumental Variables, Simultaneous and Systems of Equations 61 Instrumental variables In the linear regression model y i = x iβ + ε i (61) we have been assuming that bf x i and ε i are uncorrelated

More information

Instrumental Variables Estimation in Stata

Instrumental Variables Estimation in Stata Christopher F Baum 1 Faculty Micro Resource Center Boston College March 2007 1 Thanks to Austin Nichols for the use of his material on weak instruments and Mark Schaffer for helpful comments. The standard

More information

(a) Briefly discuss the advantage of using panel data in this situation rather than pure crosssections

(a) Briefly discuss the advantage of using panel data in this situation rather than pure crosssections Answer Key Fixed Effect and First Difference Models 1. See discussion in class.. David Neumark and William Wascher published a study in 199 of the effect of minimum wages on teenage employment using a

More information

Non-linear panel data modeling

Non-linear panel data modeling Non-linear panel data modeling Laura Magazzini University of Verona laura.magazzini@univr.it http://dse.univr.it/magazzini May 2010 Laura Magazzini (@univr.it) Non-linear panel data modeling May 2010 1

More information

FACULTEIT ECONOMIE EN BEDRIJFSKUNDE. TWEEKERKENSTRAAT 2 B-9000 GENT Tel. : 32 - (0) Fax. : 32 - (0)

FACULTEIT ECONOMIE EN BEDRIJFSKUNDE. TWEEKERKENSTRAAT 2 B-9000 GENT Tel. : 32 - (0) Fax. : 32 - (0) FACULTEIT ECONOMIE EN BEDRIJFSKUNDE TWEEKERKENSTRAAT 2 B-9000 GENT Tel. : 32 - (0)9 264.34.61 Fax. : 32 - (0)9 264.35.92 WORKING PAPER Bootstrap-based bias correction and inference for dynamic panels with

More information

Case of single exogenous (iv) variable (with single or multiple mediators) iv à med à dv. = β 0. iv i. med i + α 1

Case of single exogenous (iv) variable (with single or multiple mediators) iv à med à dv. = β 0. iv i. med i + α 1 Mediation Analysis: OLS vs. SUR vs. ISUR vs. 3SLS vs. SEM Note by Hubert Gatignon July 7, 2013, updated November 15, 2013, April 11, 2014, May 21, 2016 and August 10, 2016 In Chap. 11 of Statistical Analysis

More information

Panel Data: Fixed and Random Effects

Panel Data: Fixed and Random Effects Short Guides to Microeconometrics Fall 2016 Kurt Schmidheiny Unversität Basel Panel Data: Fixed and Random Effects 1 Introduction In panel data, individuals (persons, firms, cities, ) are observed at several

More information

GMM based inference for panel data models

GMM based inference for panel data models GMM based inference for panel data models Maurice J.G. Bun and Frank Kleibergen y this version: 24 February 2010 JEL-code: C13; C23 Keywords: dynamic panel data model, Generalized Method of Moments, weak

More information

Model and Working Correlation Structure Selection in GEE Analyses of Longitudinal Data

Model and Working Correlation Structure Selection in GEE Analyses of Longitudinal Data The 3rd Australian and New Zealand Stata Users Group Meeting, Sydney, 5 November 2009 1 Model and Working Correlation Structure Selection in GEE Analyses of Longitudinal Data Dr Jisheng Cui Public Health

More information

11. Bootstrap Methods

11. Bootstrap Methods 11. Bootstrap Methods c A. Colin Cameron & Pravin K. Trivedi 2006 These transparencies were prepared in 20043. They can be used as an adjunct to Chapter 11 of our subsequent book Microeconometrics: Methods

More information

ECON2228 Notes 10. Christopher F Baum. Boston College Economics. cfb (BC Econ) ECON2228 Notes / 54

ECON2228 Notes 10. Christopher F Baum. Boston College Economics. cfb (BC Econ) ECON2228 Notes / 54 ECON2228 Notes 10 Christopher F Baum Boston College Economics 2014 2015 cfb (BC Econ) ECON2228 Notes 10 2014 2015 1 / 54 erial correlation and heteroskedasticity in time series regressions Chapter 12:

More information

Econometrics. 9) Heteroscedasticity and autocorrelation

Econometrics. 9) Heteroscedasticity and autocorrelation 30C00200 Econometrics 9) Heteroscedasticity and autocorrelation Timo Kuosmanen Professor, Ph.D. http://nomepre.net/index.php/timokuosmanen Today s topics Heteroscedasticity Possible causes Testing for

More information

Maria Elena Bontempi Roberto Golinelli this version: 5 September 2007

Maria Elena Bontempi Roberto Golinelli this version: 5 September 2007 INSTRUMENTAL VARIABLES (IV) ESTIMATION A Maria Elena Bontempi e.bontempi@economia.unife.it Roberto Golinelli roberto.golinelli@unibo.it this version: 5 September 2007 1. The instrumental variables approach

More information

1 The basics of panel data

1 The basics of panel data Introductory Applied Econometrics EEP/IAS 118 Spring 2015 Related materials: Steven Buck Notes to accompany fixed effects material 4-16-14 ˆ Wooldridge 5e, Ch. 1.3: The Structure of Economic Data ˆ Wooldridge

More information

Efficient Estimation of Dynamic Panel Data Models: Alternative Assumptions and Simplified Estimation

Efficient Estimation of Dynamic Panel Data Models: Alternative Assumptions and Simplified Estimation Efficient Estimation of Dynamic Panel Data Models: Alternative Assumptions and Simplified Estimation Seung C. Ahn Arizona State University, Tempe, AZ 85187, USA Peter Schmidt * Michigan State University,

More information

1. GENERAL DESCRIPTION

1. GENERAL DESCRIPTION Econometrics II SYLLABUS Dr. Seung Chan Ahn Sogang University Spring 2003 1. GENERAL DESCRIPTION This course presumes that students have completed Econometrics I or equivalent. This course is designed

More information

Dynamic Panel Data Modeling using Maximum Likelihood: An Alternative to Arellano-Bond

Dynamic Panel Data Modeling using Maximum Likelihood: An Alternative to Arellano-Bond Dynamic Panel Data Modeling using Maximum Likelihood: An Alternative to Arellano-Bond Enrique Moral-Benito Banco de España Paul D. Allison University of Pennsylvania Richard Williams University of Notre

More information

Bootstrap Based Bias Correction for Homogeneous Dynamic Panels*

Bootstrap Based Bias Correction for Homogeneous Dynamic Panels* FACULTEIT ECONOMIE EN BEDRIJFSKUNDE HOVENIERSBERG 24 B-9000 GENT Tel. : 32 - (0)9 264.34.61 Fax. : 32 - (0)9 264.35.92 WORKING PAPER Bootstrap Based Bias Correction for Homogeneous Dynamic Panels* Gerdie

More information

Dynamic Panel Data Ch 1. Reminder on Linear Non Dynamic Models

Dynamic Panel Data Ch 1. Reminder on Linear Non Dynamic Models Dynamic Panel Data Ch 1. Reminder on Linear Non Dynamic Models Pr. Philippe Polomé, Université Lumière Lyon M EcoFi 016 017 Overview of Ch. 1 Data Panel Data Models Within Estimator First-Differences Estimator

More information

Lecture 6: Dynamic panel models 1

Lecture 6: Dynamic panel models 1 Lecture 6: Dynamic panel models 1 Ragnar Nymoen Department of Economics, UiO 16 February 2010 Main issues and references Pre-determinedness and endogeneity of lagged regressors in FE model, and RE model

More information

Understanding the multinomial-poisson transformation

Understanding the multinomial-poisson transformation The Stata Journal (2004) 4, Number 3, pp. 265 273 Understanding the multinomial-poisson transformation Paulo Guimarães Medical University of South Carolina Abstract. There is a known connection between

More information

Panel Data: Very Brief Overview Richard Williams, University of Notre Dame, https://www3.nd.edu/~rwilliam/ Last revised April 6, 2015

Panel Data: Very Brief Overview Richard Williams, University of Notre Dame, https://www3.nd.edu/~rwilliam/ Last revised April 6, 2015 Panel Data: Very Brief Overview Richard Williams, University of Notre Dame, https://www3.nd.edu/~rwilliam/ Last revised April 6, 2015 These notes borrow very heavily, often verbatim, from Paul Allison

More information

Empirical Application of Panel Data Regression

Empirical Application of Panel Data Regression Empirical Application of Panel Data Regression 1. We use Fatality data, and we are interested in whether rising beer tax rate can help lower traffic death. So the dependent variable is traffic death, while

More information

GMM Estimation of Empirical Growth Models

GMM Estimation of Empirical Growth Models GMM Estimation of Empirical Growth Models Stephen Bond Nuffield College, University of Oxford and Institute for Fiscal Studies Anke Hoeffler St.Antony s College, University of Oxford and Centre for the

More information

Estimation of Dynamic Panel Data Models with Sample Selection

Estimation of Dynamic Panel Data Models with Sample Selection === Estimation of Dynamic Panel Data Models with Sample Selection Anastasia Semykina* Department of Economics Florida State University Tallahassee, FL 32306-2180 asemykina@fsu.edu Jeffrey M. Wooldridge

More information

Economics 308: Econometrics Professor Moody

Economics 308: Econometrics Professor Moody Economics 308: Econometrics Professor Moody References on reserve: Text Moody, Basic Econometrics with Stata (BES) Pindyck and Rubinfeld, Econometric Models and Economic Forecasts (PR) Wooldridge, Jeffrey

More information

1 Introduction The time series properties of economic series (orders of integration and cointegration) are often of considerable interest. In micro pa

1 Introduction The time series properties of economic series (orders of integration and cointegration) are often of considerable interest. In micro pa Unit Roots and Identification in Autoregressive Panel Data Models: A Comparison of Alternative Tests Stephen Bond Institute for Fiscal Studies and Nuffield College, Oxford Céline Nauges LEERNA-INRA Toulouse

More information

Generalized linear models

Generalized linear models Generalized linear models Christopher F Baum ECON 8823: Applied Econometrics Boston College, Spring 2016 Christopher F Baum (BC / DIW) Generalized linear models Boston College, Spring 2016 1 / 1 Introduction

More information

Common Correlated Effects Estimation of Dynamic Panels with Cross-Sectional Dependence

Common Correlated Effects Estimation of Dynamic Panels with Cross-Sectional Dependence Common Correlated Effects Estimation of Dynamic Panels with Cross-Sectional Dependence om De Groote and Gerdie Everaert SHERPPA, Ghent University Preliminary, February 00 Abstract his paper studies estimation

More information

Day 2A Instrumental Variables, Two-stage Least Squares and Generalized Method of Moments

Day 2A Instrumental Variables, Two-stage Least Squares and Generalized Method of Moments Day 2A nstrumental Variables, Two-stage Least Squares and Generalized Method of Moments c A. Colin Cameron Univ. of Calif.- Davis Frontiers in Econometrics Bavarian Graduate Program in Economics. Based

More information

Lecture 9: Panel Data Model (Chapter 14, Wooldridge Textbook)

Lecture 9: Panel Data Model (Chapter 14, Wooldridge Textbook) Lecture 9: Panel Data Model (Chapter 14, Wooldridge Textbook) 1 2 Panel Data Panel data is obtained by observing the same person, firm, county, etc over several periods. Unlike the pooled cross sections,

More information

System GMM estimation of Empirical Growth Models

System GMM estimation of Empirical Growth Models System GMM estimation of Empirical Growth Models ELISABETH DORNETSHUMER June 29, 2007 1 Introduction This study based on the paper "GMM Estimation of Empirical Growth Models" by Stephan Bond, Anke Hoeffler

More information

Introduction to Eco n o m et rics

Introduction to Eco n o m et rics 2008 AGI-Information Management Consultants May be used for personal purporses only or by libraries associated to dandelon.com network. Introduction to Eco n o m et rics Third Edition G.S. Maddala Formerly

More information

Exam ECON3150/4150: Introductory Econometrics. 18 May 2016; 09:00h-12.00h.

Exam ECON3150/4150: Introductory Econometrics. 18 May 2016; 09:00h-12.00h. Exam ECON3150/4150: Introductory Econometrics. 18 May 2016; 09:00h-12.00h. This is an open book examination where all printed and written resources, in addition to a calculator, are allowed. If you are

More information

Problem set - Selection and Diff-in-Diff

Problem set - Selection and Diff-in-Diff Problem set - Selection and Diff-in-Diff 1. You want to model the wage equation for women You consider estimating the model: ln wage = α + β 1 educ + β 2 exper + β 3 exper 2 + ɛ (1) Read the data into

More information

Econometrics. Week 8. Fall Institute of Economic Studies Faculty of Social Sciences Charles University in Prague

Econometrics. Week 8. Fall Institute of Economic Studies Faculty of Social Sciences Charles University in Prague Econometrics Week 8 Institute of Economic Studies Faculty of Social Sciences Charles University in Prague Fall 2012 1 / 25 Recommended Reading For the today Instrumental Variables Estimation and Two Stage

More information

Lecture 4: Linear panel models

Lecture 4: Linear panel models Lecture 4: Linear panel models Luc Behaghel PSE February 2009 Luc Behaghel (PSE) Lecture 4 February 2009 1 / 47 Introduction Panel = repeated observations of the same individuals (e.g., rms, workers, countries)

More information