Pooling Space and Time

Size: px
Start display at page:

Download "Pooling Space and Time"

Transcription

1 Pooling Space and Time Jamie Monogan University of Georgia March 21, 2012 Jamie Monogan (UGA) Pooling Space and Time March 21, / 47

2 Objectives By the end of this meeting participants should be able to: Diagnose potential problems with panel data by studying residuals. Evaluate the trade-offs between fixed effects and random effects models. Estimate fixed effects and random effects models. Correct for serial correlation of error in panel data analysis with either GLS-ARMA or OLS with a lagged dependent variable. Correct for contemporaneous correlation in standard errors of estimates. Jamie Monogan (UGA) Pooling Space and Time March 21, / 47

3 Introduction Getting a feel for panel data Focus thus far: a single series (data corrections, method corrections). What if we have multiple series? This week: the econometric perspective, principally for long panels. Alternatively: the multilevel modeling approach, principally for short panels. Long v. wide form. More time points or cross-sectional observations? Recommended Reading Beck, Nathaniel Time-Series Cross-Section Data: What Have We Learned in the Past Few Years? Annual Review of Political Science 4: Jamie Monogan (UGA) Pooling Space and Time March 21, / 47

4 Introduction Suggested Comprehensive Exam Question What is the best estimator for pooled data? Suggested answer: The author of this question doesn t understand that the choice of estimator must be tailored to knowledge of the particular error structure problems of the current analysis. Of course, you will probably fail if you impugn the intelligence of an exam author. Introduction and Point of View Many reported pooled regressions are wrong. They are wrong because they have a problem, say a, which produces biased and inconsistent estimates and they employ an estimator which is designed to deal with a totally unrelated problem b. As in: Have a headache? Try chemotherapy. Got a case of arthritis, take Ambien. Unit effect bias? Use panel corrected standard errors. Jamie Monogan (UGA) Pooling Space and Time March 21, / 47

5 Introduction A Guiding Principle Error assumption problems are proportional to the size of errors. A well fit model can tolerate error assumption violations and produce good estimates. (Observational wisdom: second digit of s.e.) A specification where most of the variance remains in the error term will be highly sensitive to error assumptions. The Implication for Procedure Spend your time getting the theory and model specification right, not in worrying about the error term. Do what you can (e.g., dummies, where needed) to move variance into the structural part of the model. And only after you have done your best on structure should you begin to think about modeling error. Jamie Monogan (UGA) Pooling Space and Time March 21, / 47

6 Introduction A Point of View on Theory Instead of the dichotomy between theory and empirical knowledge of error, assume three components: 1 Genuine a priori theory (not tainted by encounter with data). 2 Knowledge about context and data that you bring to your research, call it quasi-theory (i.e., unit effects). 3 Error: that which is totally inexplicable. Advice My procedural advice amounts to saying maximize the variance accounted for by 1 and 2 before concerning yourself with 3. It is not smart to fool yourself or your reader that (2) is actually an explanation. But it is a lot less smart to leave that variance in the error term, where it will surely cause mischief. Jamie Monogan (UGA) Pooling Space and Time March 21, / 47

7 Introduction Our Theoretical Prior Our units are homogeneous in the sense that the same causal theory applies to all. (Though in multilevel models you may have random coefficients.) That does not require that our y have the same mean level across units. That issue, to be called unit effects, can be modeled. Why unit effects? Everything that happened to the units before the period of our observation history is likely to have altered mean levels and it is not appropriate to include history in our theory and model. Jamie Monogan (UGA) Pooling Space and Time March 21, / 47

8 A Typology Introduction Cross Sectionally Time Serially Notes & Issues Variable Variable Jointly Variable Yes Yes No problems Unit Constants Yes No Perfect collinearity with unit dummies Time Constants No Yes Non-problematic in typical designs Quasi-Unit Constants Quasi-Time Constants Yes Trivial relative to unit variance Trivial relative to time variance Yes Common. Potential for serious bias with unmodelled unit effects. Relatively uncommon Jamie Monogan (UGA) Pooling Space and Time March 21, / 47

9 Substantive Example Substantive Example Cite DeBoef, Suzanna and James A. Stimson The Dynamic Structure of Congressional Elections. Journal of Politics 57: Structural Model Dependent variable: Democratic percent of two-party House vote, (dempct) Public Policy Mood, (mood) National Macropartisanship, time-wise, (dmp) State Partisanship (WEM), x-sectional, (d2p) Midterm dummy, (midterm) Net incumbency advantage, % Democratic incumbents - % Republican incumbents, (inc) South Dummy, (south) Jamie Monogan (UGA) Pooling Space and Time March 21, / 47

10 Substantive Example What are threats to inference? Do we have probable unit effects here? ANOVA of the outcome by state: F = 19.98, p < Thus we probably would consider fixed effects, with 47 state dummy variable estimates. But if we do, then we can t model state-level constants such as state partisanship. And that is a lot of extra parameters. Jamie Monogan (UGA) Pooling Space and Time March 21, / 47

11 Substantive Example Two Conceptions of Causality in One Model? Cross-Sectional Causation: Coleman When we say X causes Y, we mean that at some time before the time of observation some dynamic process occurred which aligned Y with X and furthermore, that process had reached an equilibrium level when we observed x and y. Time series: Granger When we say that x causes y, we mean that E(y y t k, x t k ) differs from E(y y t k ) Jamie Monogan (UGA) Pooling Space and Time March 21, / 47

12 Substantive Example Panel Data Organization: It Matters for Matrix Structure Stacked Pooled Data Case Ordering (AKA Long Form ) unit 1: time 1 unit 1: time 2 unit 1: time 3 unit 1: time 4... unit 1: time T unit 2: time 1 unit 2: time 2... Jamie Monogan (UGA) Pooling Space and Time March 21, / 47

13 Substantive Example Informing Software of the Panel Structure R For many commands (lm, lme), R does not get bent out of shape. For others (plm), there are options to specify in the command, e.g.: index=c( state, year ) Stata Stata has very powerful pooled data capabilities, none of which work, unless your file is tsset for panel data. The syntax is: tsset unitvar timevar (and order matters) E.g., tsset state year Once you have tsset it, Stata respects the stacked structure of your data (e.g. it won t resort) and opens up all the xt commands, e.g., xtreg, xtgls, xtpcse,xtregar Do help xt Jamie Monogan (UGA) Pooling Space and Time March 21, / 47

14 OLS Matrix Structure OLS for Panel Data N is number of units. T is number of time points for each. y = xβ + u, where: y is a (column) vector of length N*T, x is a matrix N*T rows and k+1 columns, β is a (row) vector of length k+1, and u is a (column) vector of disturbances, N*T. Jamie Monogan (UGA) Pooling Space and Time March 21, / 47

15 OLS Matrix Structure I (Identity) Restated as Partitioned Matrix I = P O O... O O P O... O O O P... O O O O... P Here, the diagonal P s are identity partitions, T T, and the off-diagonal O s are T T partitions of zeros. The P s and O s are on the following slide. Jamie Monogan (UGA) Pooling Space and Time March 21, / 47

16 OLS Matrix Structure Matrix Partitions for OLS Each P is: No time-wise autocorrelation Each O is: No cross-unit (spatial) autocorrelation. Jamie Monogan (UGA) Pooling Space and Time March 21, / 47

17 Assumption Violations and Models That Deal With Them Customary Problems of Pooled Data Unit effects, i.e., each unit requires an offset, C i, so that E(y) is the same across units. Autocorrelation in the time dimension of residuals. Heteroscedasticity across units. Contemporaneous correlation: errors at time t are correlated across units. Spatial autocorrelation: geographically proximate units have correlated errors. (Spring 2013: Spatial Data Analysis.) Jamie Monogan (UGA) Pooling Space and Time March 21, / 47

18 Assumption Violations and Models That Deal With Them The expected effects for each are: Unit effects: β is biased and inconsistent. Autocorrelation: β is inefficient (with biased standard errors) Heteroscedasticity: β is inefficient (with biased standard errors). Spatial Autocorrelation: β is inefficient (with biased standard errors). Contemporaneous Correlation: β is inefficient (with biased standard errors). Jamie Monogan (UGA) Pooling Space and Time March 21, / 47

19 Assumption Violations and Models That Deal With Them Observing Error Problems with R Perform OLS: mod.name < lm(y x1+x2+ +xk) and capture residuals (mod.name$residuals) Unit effects: Are the means of y the same across units? anova.mod < lm(y as.factor(unitvar), data=dataset) anova(anova.mod) Are residual means the same across units? anova.resids < lm(main.model$residuals as.factor(dataset$unitvar)) anova(anova.resids) Unexplained variance attributable to units: ercomp(re.mod) Autocorrelation: pbgtest (lmtest package) Heteroscedasticity: by(data=main.model$residuals, INDICES=dataset$factor,FUN=sd) Jamie Monogan (UGA) Pooling Space and Time March 21, / 47

20 Assumption Violations and Models That Deal With Them Observing Error Problems with Stata Perform OLS: reg y x1-xk and capture residuals (predict res,r) Unit effects: anova y unit, (are y means the same across units?) or anova res unit, (are residual means same across units? i.e., are they 0?) perform xtreg and observe rho and F test on between variance. Rho (ρ) here is the proportion of all residual variance attributable to units (Between). F is the significance of rho. Autocorrelation: Stata is no help Heteroscedasticity: ta unit,s(res) Jamie Monogan (UGA) Pooling Space and Time March 21, / 47

21 Assumption Violations and Models That Deal With Them Assume Unit Effects Thus, the true model is often y it = β 0 + k β j x jit + C i + u it j=1 where C i is the effect of being in unit i at all times. In Matrix Notation: y = xβ + Zγ + u, where Z is a matrix of unit dummy variables. But with OLS we fit: y it = β 0 + which clearly is underspecified. k β j x jit + u it j=1 Jamie Monogan (UGA) Pooling Space and Time March 21, / 47

22 Assumption Violations and Models That Deal With Them The Consequence of Ignoring Unit Effects If unit effects exist, Then OLS estimates will be biased and inconsistent This is a potentially serious bias, quite likely to produce false inferences. Why? If C i is not estimated, then unit variables which are accidentally correlated with it will proxy the effect. This will produce false inferences that unit variables explain between unit differences that are actually due to history. Jamie Monogan (UGA) Pooling Space and Time March 21, / 47

23 Assumption Violations and Models That Deal With Them Solutions to Unit Effects 1 Fixed effects (i.e., unit dummy variables). 2 Random effects (GLS). 3 Lagged dependent variable. 4 Recentering approaches. 5 (list non-exhaustive) Jamie Monogan (UGA) Pooling Space and Time March 21, / 47

24 Assumption Violations and Models That Deal With Them Fixed Effects Least Squares Dummy Variables (LSDV) Fixed Effects y it = k βx jit + γ i + u it j=1 R command: fe.mod < plm(y x, data=dataset, index=c( unitvar, timevar ), model= within ) Stata command: xtreg depvar varlist,fe fe implies fixed effects. Stata estimates, but does not report, the unit constants, γ i. Jamie Monogan (UGA) Pooling Space and Time March 21, / 47

25 Assumption Violations and Models That Deal With Them Fixed Effects Properties of Fixed Effects Estimator The fixed effects estimator solves the unit effects problem and produces unbiased β. But two issues: 1 If the number of units is large, the estimation of all those parameters is inefficient. 2 Unit dummies are perfectly collinear with unit constants (and highly collinear with quasi-unit constants), making it impossible to estimate a model with both f.e. and unit constants. Jamie Monogan (UGA) Pooling Space and Time March 21, / 47

26 Assumption Violations and Models That Deal With Them Random Effects Error Components, aka GLSE, aka Random Effects For pooled data we can apportion error variance sources as σ 2 = σ 2 units (+σ2 time ) + σ2 within That is, some proportion of the total error is due to differences between units, some proportion to differences between times, and some is pure error, due to neither units or time. or, dropping time σ 2 = σ 2 units + σ2 within Jamie Monogan (UGA) Pooling Space and Time March 21, / 47

27 Assumption Violations and Models That Deal With Them Random Effects The Logic of Random Effects In the fixed effects approach we estimate parameters for fixed effects between units and thereby remove that variance from the error term. In random effects (GLSE, error components, etc.) we leave the between unit variance in the error term and change our assumptions to reflect the knowledge that between unit variance is in the error term. Note: These terms have different meaning in other contexts. That is, we specify a (particular) GLS model which assumes between unit variance in the errors. The empirical key to this specification is estimating ρ, conceptually the proportion of all error that is due to unit effects. Jamie Monogan (UGA) Pooling Space and Time March 21, / 47

28 Assumption Violations and Models That Deal With Them Random Effects Estimating ρ ρ = σ2 Between σ 2 Total ˆρ = (OLS Residual Variance) - (LSDV Residual Variance) (OLS Residual Variance) Many ways to estimate ρ in the r.e. model: Maddala & Mount (1973): Monte Carlo analyses with 11 different estimators. Baltagi (1981, 2005): Considers additional options. These analyses suggest that the choice between estimators essentially doesn t matter. Hence, software defaults are usually fine. More recent analysis by Clark & Linzer suggests that the choice of estimator does matter. (E.g., plm [R] yields different results from lmer [R] and BUGS.) Jamie Monogan (UGA) Pooling Space and Time March 21, / 47

29 Assumption Violations and Models That Deal With Them The GLSE Normal Equations Random Effects ˆβ GLS = [x Ω 1 x] 1 x Ω 1 y where Ω = P O O... O O P O... O O O P... O O O O... P Jamie Monogan (UGA) Pooling Space and Time March 21, / 47

30 Assumption Violations and Models That Deal With Them Each Partition, P, is: Random Effects P = 1 ρ ρ... ρ ρ 1 ρ... ρ ρ ρ 1... ρ ρ ρ ρ... 1 Notice that ρ is constant at all lags. There is no decay at longer lags. That is because we are controlling for a cross sectional effect. ρ is autocorrelation, but it is not the time serial variety. Jamie Monogan (UGA) Pooling Space and Time March 21, / 47

31 Assumption Violations and Models That Deal With Them Random Effects Estimation of GLSE R re.mod < plm(y x, data=dataset, index=c( unitvar, timevar ),model= random ) Stata xtreg depvar varlist,re re (random effects) is the default and doesn t need to be specified, but it is useful to remind yourself what model you are estimating. Jamie Monogan (UGA) Pooling Space and Time March 21, / 47

32 Assumption Violations and Models That Deal With Them Random Effects Properties of Random effects Estimator Does not deal with correlated error of various kinds or with heteroscedasticity. But these error assumption violations produce unbiased but inefficient β and are generally much less serious in their consequences than are unit effects. Produces BLUE estimates if the problem of unit effects is the only assumption violation and the unit effects do not correlate with the covariates. Running a random effects model? A Hausman test is a common tool for evaluating model specification. In R: phtest from the plm library. Jamie Monogan (UGA) Pooling Space and Time March 21, / 47

33 Dealing With ARMA Error Structures Modeling Priorities Our prior consideration of the structural underspecification issue (unit effects) was the most serious threat to valid inference. If that issue is resolved, then it makes sense to be concerned about correlated error issues, which are a cause of inefficiency, but not bias to β. We have two such issues: 1 Time-serial autocorrelation of error, and 2 contemporaneous correlation. Jamie Monogan (UGA) Pooling Space and Time March 21, / 47

34 Dealing With ARMA Error Structures GLS-ARMA Also known as the Kmenta model for heteroscedastic and AR(1) errors ˆβ GLS = [x Ω 1 x] 1 x Ω 1 y where Ω = σ 2 1 P O O... O O σ 2 2 P O... O O O σ 2 3 P... O O O O... σ 2 N P The σ 2 terms on the main diagonal now represent the assumption that error variances differ between units. Jamie Monogan (UGA) Pooling Space and Time March 21, / 47

35 Dealing With ARMA Error Structures GLS-ARMA Matrix Partition P Specification The AR(1) Case P = 1 ρ ρ 2... ρ T 1 ρ 1 ρ... ρ T 2 ρ 2 ρ 1... ρ T ρ T 1 ρ T 2 ρ T Estimation Issues Autocorrelation may be estimated (a) from OLS residuals (i.e, feasible GLS, not true GLS) or (b) from an interative estimator such as Cochrane-Orcutt or Prais-Winston. Heteroscedastic variance estimates can come directly from computed residual variances by unit. Jamie Monogan (UGA) Pooling Space and Time March 21, / 47

36 Notation: Dealing With ARMA Error Structures Kronecker product, A B, of A (m n) and B (p q). A B is of order mp nq: A B = a 11 B a 12 B... a 1n B a 21 B a 22 B... a 2n B.... a m1 B a m2 B... a mn B Kronecker Product The Kronecker product notation is useful in the pooled case because it captures the idea that our Ω is the product of assumptions about cross sections and time series. Thus Ω = Σ P represents Ω as a product of Σ the cross-sectional variance/covariance and P the time-serial autocorrelation. Jamie Monogan (UGA) Pooling Space and Time March 21, / 47

37 Dealing With ARMA Error Structures Example: GLS-ARMA (Kmenta) Ω = Σ P for: P = Σ = σ 2 1 O O... O O σ 2 2 O... O O O σ O O O O... σ 2 N 1 ρ ρ 2... ρ T 1 ρ 1 ρ... ρ T 2 ρ 2 ρ 1... ρ T ρ T 1 ρ T 2 ρ T Jamie Monogan (UGA) Pooling Space and Time March 21, / 47

38 Dealing With ARMA Error Structures R estimation of GLS-ARMA Accounding for first-order serial correlation, option in lme or gls : correlation = corar1(0, form = time state) Two-stage estimator with a unique panel heteroscedasticity and autocorrelation structure: pggls Panelwise heteroscedasticity? Hard to combine with other panel features. Jamie Monogan (UGA) Pooling Space and Time March 21, / 47

39 Dealing With ARMA Error Structures Stata estimation of GLS-ARMA xtgls depvar varlist (no autocorrelation, no heteroscedasticity) xtgls depvar varlist,p(h) (heteroscedastic, no autocorrelation) xtgls depvar varlist,corr(ar1) (homoscedastic, AR(1) error) xtgls depvar varlist,corr(ar1) p(h) (heteroscedastic and autocorrelated) Stata Xtgls Options Panels (abbreviated p) p(i) iid (homoscedastic) p(h) heteroscedastic, σi 2 σj 2 Corr (abbreviated c, for autocorrelation) c(i) no autocorrelation c(ar1) AR(1) with single ρ estimate for all panels c(psar1) Panel specific ρ estimates (very complex model) Jamie Monogan (UGA) Pooling Space and Time March 21, / 47

40 Dealing With ARMA Error Structures When to Use GLS-ARMA? Like the PCSE model to come, GLS-ARMA deals with relatively small problems, inefficiency and modest bias to standard errors. It should be considered only when more serious issues are known to be under control. Particularly if the key issue is autocorrelated errors, consider instead the dynamic (Koyck) setup which controls both history and time-wise autocorrelation. That is, as Beck and Katz argue, a lagged dependent variable with OLS may often be the best estimator. Jamie Monogan (UGA) Pooling Space and Time March 21, / 47

41 Beck & Katz Perspective Beck and Katz Perspective on Dynamics We have a choice between static formulations, which then have expected unit effects and autocorrelation in the time dimension, or dynamic specification, where y t 1 on the right hand side will usually control history (hence unit effects) and eliminate autocorrelated error. Static requires some feasible GLS approach to deal with error assumptions and, because it is static, may be an inferior model of (inherently dynamic) causality. Dynamic is biased and inconsistent, but is probably the right structure and can then be estimated with OLS. Conclusion: Dynamic specification with OLS is better. Note: we do have options on how we dynamically specify a model. One problem remains: contemporaneous correlation. This was a possibility with all the other models too, but was so far down the list of problems that most analysts chose not to deal with it. Jamie Monogan (UGA) Pooling Space and Time March 21, / 47

42 Beck and Katz Panel Corrected Standard Errors Contemporaneous Correlation Example Contemporaneous (error) correlation arises from some time-related process which affects most units at the same time similarly And is not part of the model structure. In a state analysis where some economic indicator (e.g., budget shares) is dependent, the national economy is perturbing most states to have similar errors at particular times. You could model this effect (if you have theory) You could dummy time points (which might be sensible if you had many states and few time points). But if you did neither, you would have contemporaneous correlation of errors across units. Jamie Monogan (UGA) Pooling Space and Time March 21, / 47

43 Beck and Katz Panel Corrected Standard Errors The Impact β estimates will be inefficient. Standard error estimates will be biased downward. Therefore, t tests are overstated and p estimates smaller than they should be. Monte Carlo analysis suggests that these effects are quite small, that even high levels of contemporaneous correlation cause only modest distortions. Jamie Monogan (UGA) Pooling Space and Time March 21, / 47

44 Beck and Katz Panel Corrected Standard Errors Panel Corrected Standard Errors Assume Σ, a N N matrix of cross unit contemporary correlations: T e it e jt t=1 ˆΣ ij = T I T is a T T identity for the time dimension, then ˆΩ = ˆΣ I T where Ω is NT NT and standard errors are taken from the diagonals of: (X X ) 1 X ΩX (X X ) 1 This is the panel correction. Jamie Monogan (UGA) Pooling Space and Time March 21, / 47

45 Beck and Katz Panel Corrected Standard Errors Software R Estimate a linear model Input the model name into the pcse function from the pcse library. Stata xtpcse y varlist Produces OLS β s And panel corrected standard errors. Jamie Monogan (UGA) Pooling Space and Time March 21, / 47

46 Beck and Katz Panel Corrected Standard Errors Responses to Beck and Katz Carole Wilson Monte Carlo Study The fundamental result is that on average PCSE standard errors are not larger than OLS standard errors. And often smaller! Why? Probably because the effect of contemporaneous correlation is too small to observe under typical conditions. Jamie Monogan (UGA) Pooling Space and Time March 21, / 47

47 Homework For Next Time Read: Box-Steffensmeier & Jones Time is of the Essence. American Journal of Political Science. Software Work File panelhw.dta is a (fake) panel of 8 regions in the US for 30 years. It has variables region, year, x, dep1, dep2, dep3 (3 different dependent variables with differing properties). Estimate regressions of dep1 as a function of x and dep2 as a function of x, diagnosing observed error properties and reporting justification for model selection. For unit effect problems entertain both fixed and random effects; compare the results with a Hausman test. Estimate a model for dep3 with a lagged dependent variable and panel-corrected standard errors. Jamie Monogan (UGA) Pooling Space and Time March 21, / 47

Time-Series Cross-Section Analysis

Time-Series Cross-Section Analysis Time-Series Cross-Section Analysis Models for Long Panels Jamie Monogan University of Georgia February 17, 2016 Jamie Monogan (UGA) Time-Series Cross-Section Analysis February 17, 2016 1 / 20 Objectives

More information

Autocorrelation. Jamie Monogan. Intermediate Political Methodology. University of Georgia. Jamie Monogan (UGA) Autocorrelation POLS / 20

Autocorrelation. Jamie Monogan. Intermediate Political Methodology. University of Georgia. Jamie Monogan (UGA) Autocorrelation POLS / 20 Autocorrelation Jamie Monogan University of Georgia Intermediate Political Methodology Jamie Monogan (UGA) Autocorrelation POLS 7014 1 / 20 Objectives By the end of this meeting, participants should be

More information

Cross Sectional Time Series: The Normal Model and Panel Corrected Standard Errors

Cross Sectional Time Series: The Normal Model and Panel Corrected Standard Errors Cross Sectional Time Series: The Normal Model and Panel Corrected Standard Errors Paul Johnson 5th April 2004 The Beck & Katz (APSR 1995) is extremely widely cited and in case you deal

More information

Two-Variable Regression Model: The Problem of Estimation

Two-Variable Regression Model: The Problem of Estimation Two-Variable Regression Model: The Problem of Estimation Introducing the Ordinary Least Squares Estimator Jamie Monogan University of Georgia Intermediate Political Methodology Jamie Monogan (UGA) Two-Variable

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

Granger Causality Testing

Granger Causality Testing Granger Causality Testing Jamie Monogan University of Georgia April 4, 2012 Jamie Monogan (UGA) Granger Causality Testing April 4, 2012 1 / 19 Objectives By the end of this meeting, participants should

More information

Modeling the Covariance

Modeling the Covariance Modeling the Covariance Jamie Monogan University of Georgia February 3, 2016 Jamie Monogan (UGA) Modeling the Covariance February 3, 2016 1 / 16 Objectives By the end of this meeting, participants should

More information

Vector Autoregression

Vector Autoregression Vector Autoregression Jamie Monogan University of Georgia February 27, 2018 Jamie Monogan (UGA) Vector Autoregression February 27, 2018 1 / 17 Objectives By the end of these meetings, participants should

More information

Heteroscedasticity. Jamie Monogan. Intermediate Political Methodology. University of Georgia. Jamie Monogan (UGA) Heteroscedasticity POLS / 11

Heteroscedasticity. Jamie Monogan. Intermediate Political Methodology. University of Georgia. Jamie Monogan (UGA) Heteroscedasticity POLS / 11 Heteroscedasticity Jamie Monogan University of Georgia Intermediate Political Methodology Jamie Monogan (UGA) Heteroscedasticity POLS 7014 1 / 11 Objectives By the end of this meeting, participants should

More information

Econometrics of Panel Data

Econometrics of Panel Data Econometrics of Panel Data Jakub Mućk Meeting # 4 Jakub Mućk Econometrics of Panel Data Meeting # 4 1 / 30 Outline 1 Two-way Error Component Model Fixed effects model Random effects model 2 Non-spherical

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

ARIMA Models. Jamie Monogan. January 25, University of Georgia. Jamie Monogan (UGA) ARIMA Models January 25, / 38

ARIMA Models. Jamie Monogan. January 25, University of Georgia. Jamie Monogan (UGA) ARIMA Models January 25, / 38 ARIMA Models Jamie Monogan University of Georgia January 25, 2012 Jamie Monogan (UGA) ARIMA Models January 25, 2012 1 / 38 Objectives By the end of this meeting, participants should be able to: Describe

More information

Applied Microeconometrics (L5): Panel Data-Basics

Applied Microeconometrics (L5): Panel Data-Basics Applied Microeconometrics (L5): Panel Data-Basics Nicholas Giannakopoulos University of Patras Department of Economics ngias@upatras.gr November 10, 2015 Nicholas Giannakopoulos (UPatras) MSc Applied Economics

More information

Heteroskedasticity in Panel Data

Heteroskedasticity in Panel Data Essex Summer School in Social Science Data Analysis Panel Data Analysis for Comparative Research Heteroskedasticity in Panel Data Christopher Adolph Department of Political Science and Center for Statistics

More information

Heteroskedasticity in Panel Data

Heteroskedasticity in Panel Data Essex Summer School in Social Science Data Analysis Panel Data Analysis for Comparative Research Heteroskedasticity in Panel Data Christopher Adolph Department of Political Science and Center for Statistics

More information

Intervention Models and Forecasting

Intervention Models and Forecasting Intervention Models and Forecasting Transfer Functions with Binary Inputs Jamie Monogan University of Georgia January 23, 2018 Jamie Monogan (UGA) Intervention Models and Forecasting January 23, 2018 1

More information

ARIMA Models. Jamie Monogan. January 16, University of Georgia. Jamie Monogan (UGA) ARIMA Models January 16, / 27

ARIMA Models. Jamie Monogan. January 16, University of Georgia. Jamie Monogan (UGA) ARIMA Models January 16, / 27 ARIMA Models Jamie Monogan University of Georgia January 16, 2018 Jamie Monogan (UGA) ARIMA Models January 16, 2018 1 / 27 Objectives By the end of this meeting, participants should be able to: Argue why

More information

Panel Data Models. Chapter 5. Financial Econometrics. Michael Hauser WS17/18 1 / 63

Panel Data Models. Chapter 5. Financial Econometrics. Michael Hauser WS17/18 1 / 63 1 / 63 Panel Data Models Chapter 5 Financial Econometrics Michael Hauser WS17/18 2 / 63 Content Data structures: Times series, cross sectional, panel data, pooled data Static linear panel data models:

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

1 Introduction to Generalized Least Squares

1 Introduction to Generalized Least Squares ECONOMICS 7344, Spring 2017 Bent E. Sørensen April 12, 2017 1 Introduction to Generalized Least Squares Consider the model Y = Xβ + ɛ, where the N K matrix of regressors X is fixed, independent of the

More information

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

Econometrics. Week 4. Fall Institute of Economic Studies Faculty of Social Sciences Charles University in Prague Econometrics Week 4 Institute of Economic Studies Faculty of Social Sciences Charles University in Prague Fall 2012 1 / 23 Recommended Reading For the today Serial correlation and heteroskedasticity in

More information

PS 271B: Quantitative Methods II Lecture Notes

PS 271B: Quantitative Methods II Lecture Notes PS 271B: Quantitative Methods II Lecture Notes (Part 6: Panel/Longitudinal Data; Multilevel/Mixed Effects models) Langche Zeng zeng@ucsd.edu Panel/Longitudinal Data; Multilevel Modeling; Mixed effects

More information

Univariate, Nonstationary Processes

Univariate, Nonstationary Processes Univariate, Nonstationary Processes Jamie Monogan University of Georgia March 20, 2018 Jamie Monogan (UGA) Univariate, Nonstationary Processes March 20, 2018 1 / 14 Objectives By the end of this meeting,

More information

10 Panel Data. Andrius Buteikis,

10 Panel Data. Andrius Buteikis, 10 Panel Data Andrius Buteikis, andrius.buteikis@mif.vu.lt http://web.vu.lt/mif/a.buteikis/ Introduction Panel data combines cross-sectional and time series data: the same individuals (persons, firms,

More information

ECON 4551 Econometrics II Memorial University of Newfoundland. Panel Data Models. Adapted from Vera Tabakova s notes

ECON 4551 Econometrics II Memorial University of Newfoundland. Panel Data Models. Adapted from Vera Tabakova s notes ECON 4551 Econometrics II Memorial University of Newfoundland Panel Data Models Adapted from Vera Tabakova s notes 15.1 Grunfeld s Investment Data 15.2 Sets of Regression Equations 15.3 Seemingly Unrelated

More information

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

Econometrics. Week 6. Fall Institute of Economic Studies Faculty of Social Sciences Charles University in Prague Econometrics Week 6 Institute of Economic Studies Faculty of Social Sciences Charles University in Prague Fall 2012 1 / 21 Recommended Reading For the today Advanced Panel Data Methods. Chapter 14 (pp.

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

Applied Statistics and Econometrics

Applied Statistics and Econometrics Applied Statistics and Econometrics Lecture 6 Saul Lach September 2017 Saul Lach () Applied Statistics and Econometrics September 2017 1 / 53 Outline of Lecture 6 1 Omitted variable bias (SW 6.1) 2 Multiple

More information

Econ 582 Fixed Effects Estimation of Panel Data

Econ 582 Fixed Effects Estimation of Panel Data Econ 582 Fixed Effects Estimation of Panel Data Eric Zivot May 28, 2012 Panel Data Framework = x 0 β + = 1 (individuals); =1 (time periods) y 1 = X β ( ) ( 1) + ε Main question: Is x uncorrelated with?

More information

1 Motivation for Instrumental Variable (IV) Regression

1 Motivation for Instrumental Variable (IV) Regression ECON 370: IV & 2SLS 1 Instrumental Variables Estimation and Two Stage Least Squares Econometric Methods, ECON 370 Let s get back to the thiking in terms of cross sectional (or pooled cross sectional) data

More information

Panel Data. March 2, () Applied Economoetrics: Topic 6 March 2, / 43

Panel Data. March 2, () Applied Economoetrics: Topic 6 March 2, / 43 Panel Data March 2, 212 () Applied Economoetrics: Topic March 2, 212 1 / 43 Overview Many economic applications involve panel data. Panel data has both cross-sectional and time series aspects. Regression

More information

Conducting Multivariate Analyses of Social, Economic, and Political Data

Conducting Multivariate Analyses of Social, Economic, and Political Data Conducting Multivariate Analyses of Social, Economic, and Political Data ICPSR Summer Program Concordia Workshops May 25-29, 2015 Dr. Harold D. Clarke University of Texas, Dallas hclarke@utdallas.edu Dr.

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

Freeing up the Classical Assumptions. () Introductory Econometrics: Topic 5 1 / 94

Freeing up the Classical Assumptions. () Introductory Econometrics: Topic 5 1 / 94 Freeing up the Classical Assumptions () Introductory Econometrics: Topic 5 1 / 94 The Multiple Regression Model: Freeing Up the Classical Assumptions Some or all of classical assumptions needed for derivations

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

Capital humain, développement et migrations: approche macroéconomique (Empirical Analysis - Static Part)

Capital humain, développement et migrations: approche macroéconomique (Empirical Analysis - Static Part) Séminaire d Analyse Economique III (LECON2486) Capital humain, développement et migrations: approche macroéconomique (Empirical Analysis - Static Part) Frédéric Docquier & Sara Salomone IRES UClouvain

More information

1 The Multiple Regression Model: Freeing Up the Classical Assumptions

1 The Multiple Regression Model: Freeing Up the Classical Assumptions 1 The Multiple Regression Model: Freeing Up the Classical Assumptions Some or all of classical assumptions were crucial for many of the derivations of the previous chapters. Derivation of the OLS estimator

More information

Basic Regressions and Panel Data in Stata

Basic Regressions and Panel Data in Stata Developing Trade Consultants Policy Research Capacity Building Basic Regressions and Panel Data in Stata Ben Shepherd Principal, Developing Trade Consultants 1 Basic regressions } Stata s regress command

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

On The Comparison of Two Methods of Analyzing Panel Data Using Simulated Data

On The Comparison of Two Methods of Analyzing Panel Data Using Simulated Data Global Journal of Science Frontier Research Volume 11 Issue 7 Version 1.0 October 2011 Type: Double Blind Peer Reviewed International Research Journal Publisher: Global Journals Inc. (USA) Online ISSN

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

PANEL DATA RANDOM AND FIXED EFFECTS MODEL. Professor Menelaos Karanasos. December Panel Data (Institute) PANEL DATA December / 1

PANEL DATA RANDOM AND FIXED EFFECTS MODEL. Professor Menelaos Karanasos. December Panel Data (Institute) PANEL DATA December / 1 PANEL DATA RANDOM AND FIXED EFFECTS MODEL Professor Menelaos Karanasos December 2011 PANEL DATA Notation y it is the value of the dependent variable for cross-section unit i at time t where i = 1,...,

More information

But Wait, There s More! Maximizing Substantive Inferences from TSCS Models Online Appendix

But Wait, There s More! Maximizing Substantive Inferences from TSCS Models Online Appendix But Wait, There s More! Maximizing Substantive Inferences from TSCS Models Online Appendix Laron K. Williams Department of Political Science University of Missouri and Guy D. Whitten Department of Political

More information

Panel Data III. Stefan Dahlberg

Panel Data III. Stefan Dahlberg Panel Data III Stefan Dahlberg Overview of Part #3 VII. Spatial Panel Data & Unit Heterogeneity VIII. Panel Corrected Standard Errors (PCSE) IX. Fixed and Random Effects X. Hausman Test XI. The Hybrid

More information

Econometrics Summary Algebraic and Statistical Preliminaries

Econometrics Summary Algebraic and Statistical Preliminaries Econometrics Summary Algebraic and Statistical Preliminaries Elasticity: The point elasticity of Y with respect to L is given by α = ( Y/ L)/(Y/L). The arc elasticity is given by ( Y/ L)/(Y/L), when L

More information

Econometrics of Panel Data

Econometrics of Panel Data Econometrics of Panel Data Jakub Mućk Meeting # 2 Jakub Mućk Econometrics of Panel Data Meeting # 2 1 / 26 Outline 1 Fixed effects model The Least Squares Dummy Variable Estimator The Fixed Effect (Within

More information

Econometrics - 30C00200

Econometrics - 30C00200 Econometrics - 30C00200 Lecture 11: Heteroskedasticity Antti Saastamoinen VATT Institute for Economic Research Fall 2015 30C00200 Lecture 11: Heteroskedasticity 12.10.2015 Aalto University School of Business

More information

Dealing With Endogeneity

Dealing With Endogeneity Dealing With Endogeneity Junhui Qian December 22, 2014 Outline Introduction Instrumental Variable Instrumental Variable Estimation Two-Stage Least Square Estimation Panel Data Endogeneity in Econometrics

More information

Panel data methods for policy analysis

Panel data methods for policy analysis IAPRI Quantitative Analysis Capacity Building Series Panel data methods for policy analysis Part I: Linear panel data models Outline 1. Independently pooled cross sectional data vs. panel/longitudinal

More information

Econ 1123: Section 2. Review. Binary Regressors. Bivariate. Regression. Omitted Variable Bias

Econ 1123: Section 2. Review. Binary Regressors. Bivariate. Regression. Omitted Variable Bias Contact Information Elena Llaudet Sections are voluntary. My office hours are Thursdays 5pm-7pm in Littauer Mezzanine 34-36 (Note room change) You can email me administrative questions to ellaudet@gmail.com.

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

EMERGING MARKETS - Lecture 2: Methodology refresher

EMERGING MARKETS - Lecture 2: Methodology refresher EMERGING MARKETS - Lecture 2: Methodology refresher Maria Perrotta April 4, 2013 SITE http://www.hhs.se/site/pages/default.aspx My contact: maria.perrotta@hhs.se Aim of this class There are many different

More information

Multiple Regression. Midterm results: AVG = 26.5 (88%) A = 27+ B = C =

Multiple Regression. Midterm results: AVG = 26.5 (88%) A = 27+ B = C = Economics 130 Lecture 6 Midterm Review Next Steps for the Class Multiple Regression Review & Issues Model Specification Issues Launching the Projects!!!!! Midterm results: AVG = 26.5 (88%) A = 27+ B =

More information

Chapter 2: simple regression model

Chapter 2: simple regression model Chapter 2: simple regression model Goal: understand how to estimate and more importantly interpret the simple regression Reading: chapter 2 of the textbook Advice: this chapter is foundation of econometrics.

More information

AUTOCORRELATION. Phung Thanh Binh

AUTOCORRELATION. Phung Thanh Binh AUTOCORRELATION Phung Thanh Binh OUTLINE Time series Gauss-Markov conditions The nature of autocorrelation Causes of autocorrelation Consequences of autocorrelation Detecting autocorrelation Remedial measures

More information

Journal of Statistical Software

Journal of Statistical Software JSS Journal of Statistical Software June 2011, Volume 42, Code Snippet 1. http://www.jstatsoft.org/ Implementing Panel-Corrected Standard Errors in R: The pcse Package Delia Bailey YouGov Polimetrix Jonathan

More information

Topic 7: Heteroskedasticity

Topic 7: Heteroskedasticity Topic 7: Heteroskedasticity Advanced Econometrics (I Dong Chen School of Economics, Peking University Introduction If the disturbance variance is not constant across observations, the regression is heteroskedastic

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

DEPARTMENT OF ECONOMICS AND FINANCE COLLEGE OF BUSINESS AND ECONOMICS UNIVERSITY OF CANTERBURY CHRISTCHURCH, NEW ZEALAND

DEPARTMENT OF ECONOMICS AND FINANCE COLLEGE OF BUSINESS AND ECONOMICS UNIVERSITY OF CANTERBURY CHRISTCHURCH, NEW ZEALAND DEPARTME OF ECONOMICS AND FINANCE COLLEGE OF BUSINESS AND ECONOMICS UNIVERSITY OF CAERBURY CHRISTCHURCH, NEW ZEALAND The PCSE Estimator is Good -- Just Not as Good as You Think W. Robert Reed and Rachel

More information

Econometrics of Panel Data

Econometrics of Panel Data Econometrics of Panel Data Jakub Mućk Meeting # 1 Jakub Mućk Econometrics of Panel Data Meeting # 1 1 / 31 Outline 1 Course outline 2 Panel data Advantages of Panel Data Limitations of Panel Data 3 Pooled

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

DEPARTMENT OF ECONOMICS COLLEGE OF BUSINESS AND ECONOMICS UNIVERSITY OF CANTERBURY CHRISTCHURCH, NEW ZEALAND

DEPARTMENT OF ECONOMICS COLLEGE OF BUSINESS AND ECONOMICS UNIVERSITY OF CANTERBURY CHRISTCHURCH, NEW ZEALAND DEPARTME OF ECONOMICS COLLEGE OF BUSINESS AND ECONOMICS UNIVERSITY OF CAERBURY CHRISTCHURCH, NEW ZEALAND A MOE CARLO EVALUATION OF THE EFFICIENCY OF THE PCSE ESTIMATOR by Xiujian Chen Department of Economics

More information

When Should We Use Linear Fixed Effects Regression Models for Causal Inference with Longitudinal Data?

When Should We Use Linear Fixed Effects Regression Models for Causal Inference with Longitudinal Data? When Should We Use Linear Fixed Effects Regression Models for Causal Inference with Longitudinal Data? Kosuke Imai Department of Politics Center for Statistics and Machine Learning Princeton University

More information

Panel Data Models. James L. Powell Department of Economics University of California, Berkeley

Panel Data Models. James L. Powell Department of Economics University of California, Berkeley Panel Data Models James L. Powell Department of Economics University of California, Berkeley Overview Like Zellner s seemingly unrelated regression models, the dependent and explanatory variables for panel

More information

Sensitivity of GLS estimators in random effects models

Sensitivity of GLS estimators in random effects models of GLS estimators in random effects models Andrey L. Vasnev (University of Sydney) Tokyo, August 4, 2009 1 / 19 Plan Plan Simulation studies and estimators 2 / 19 Simulation studies Plan Simulation studies

More information

Advanced Quantitative Methods: panel data

Advanced Quantitative Methods: panel data Advanced Quantitative Methods: Panel data University College Dublin 17 April 2012 1 2 3 4 5 Outline 1 2 3 4 5 Panel data Country Year GDP Population Ireland 1990 80 3.4 Ireland 1991 84 3.5 Ireland 1992

More information

ANOTHER LOOK AT WHAT TO DO WITH TIME-SERIES CROSS-SECTION DATA. Xiujian Chen, Shu Lin, and W. Robert Reed* Abstract

ANOTHER LOOK AT WHAT TO DO WITH TIME-SERIES CROSS-SECTION DATA. Xiujian Chen, Shu Lin, and W. Robert Reed* Abstract ANOTHER LOOK AT WHAT TO DO WITH TIME-SERIES CROSS-SECTION DATA by Xiujian Chen, Shu Lin, and W. Robert Reed* Abstract Our study revisits Beck and Katz (1995) comparison of the Parks and PCSE estimators

More information

Time Series. April, 2001 TIME SERIES ISSUES

Time Series. April, 2001 TIME SERIES ISSUES Time Series Nathaniel Beck Department of Political Science University of California, San Diego La Jolla, CA 92093 beck@ucsd.edu http://weber.ucsd.edu/ nbeck April, 2001 TIME SERIES ISSUES Consider a model

More information

GLS and FGLS. Econ 671. Purdue University. Justin L. Tobias (Purdue) GLS and FGLS 1 / 22

GLS and FGLS. Econ 671. Purdue University. Justin L. Tobias (Purdue) GLS and FGLS 1 / 22 GLS and FGLS Econ 671 Purdue University Justin L. Tobias (Purdue) GLS and FGLS 1 / 22 In this lecture we continue to discuss properties associated with the GLS estimator. In addition we discuss the practical

More information

Applied Health Economics (for B.Sc.)

Applied Health Economics (for B.Sc.) Applied Health Economics (for B.Sc.) Helmut Farbmacher Department of Economics University of Mannheim Autumn Semester 2017 Outlook 1 Linear models (OLS, Omitted variables, 2SLS) 2 Limited and qualitative

More information

Lecture 5: Omitted Variables, Dummy Variables and Multicollinearity

Lecture 5: Omitted Variables, Dummy Variables and Multicollinearity Lecture 5: Omitted Variables, Dummy Variables and Multicollinearity R.G. Pierse 1 Omitted Variables Suppose that the true model is Y i β 1 + β X i + β 3 X 3i + u i, i 1,, n (1.1) where β 3 0 but that the

More information

Økonomisk Kandidateksamen 2004 (I) Econometrics 2. Rettevejledning

Økonomisk Kandidateksamen 2004 (I) Econometrics 2. Rettevejledning Økonomisk Kandidateksamen 2004 (I) Econometrics 2 Rettevejledning This is a closed-book exam (uden hjælpemidler). Answer all questions! The group of questions 1 to 4 have equal weight. Within each group,

More information

Statistics 910, #5 1. Regression Methods

Statistics 910, #5 1. Regression Methods Statistics 910, #5 1 Overview Regression Methods 1. Idea: effects of dependence 2. Examples of estimation (in R) 3. Review of regression 4. Comparisons and relative efficiencies Idea Decomposition Well-known

More information

Chapter 15 Panel Data Models. Pooling Time-Series and Cross-Section Data

Chapter 15 Panel Data Models. Pooling Time-Series and Cross-Section Data Chapter 5 Panel Data Models Pooling Time-Series and Cross-Section Data Sets of Regression Equations The topic can be introduced wh an example. A data set has 0 years of time series data (from 935 to 954)

More information

Testing for Unit Roots with Cointegrated Data

Testing for Unit Roots with Cointegrated Data Discussion Paper No. 2015-57 August 19, 2015 http://www.economics-ejournal.org/economics/discussionpapers/2015-57 Testing for Unit Roots with Cointegrated Data W. Robert Reed Abstract This paper demonstrates

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

Iris Wang.

Iris Wang. Chapter 10: Multicollinearity Iris Wang iris.wang@kau.se Econometric problems Multicollinearity What does it mean? A high degree of correlation amongst the explanatory variables What are its consequences?

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

WU Weiterbildung. Linear Mixed Models

WU Weiterbildung. Linear Mixed Models Linear Mixed Effects Models WU Weiterbildung SLIDE 1 Outline 1 Estimation: ML vs. REML 2 Special Models On Two Levels Mixed ANOVA Or Random ANOVA Random Intercept Model Random Coefficients Model Intercept-and-Slopes-as-Outcomes

More information

Simultaneous Equations Models: what are they and how are they estimated

Simultaneous Equations Models: what are they and how are they estimated Simultaneous Equations Models: what are they and how are they estimated Omar M.G. Keshk April 30, 2003 1 Simultaneity Or Reciprocal Causation in Political Science Suppose that a researcher believes that

More information

Chapter 6. Panel Data. Joan Llull. Quantitative Statistical Methods II Barcelona GSE

Chapter 6. Panel Data. Joan Llull. Quantitative Statistical Methods II Barcelona GSE Chapter 6. Panel Data Joan Llull Quantitative Statistical Methods II Barcelona GSE Introduction Chapter 6. Panel Data 2 Panel data The term panel data refers to data sets with repeated observations over

More information

Time-Series Cross-Section Issues: Dynamics, 2004

Time-Series Cross-Section Issues: Dynamics, 2004 Time-Series Cross-Section Issues: Dynamics, 2004 Nathaniel Beck Jonathan N. Katz Draft of July 24, 2004 ABSTRACT This paper deals with a variety of dynamic issues in the analysis of time-series cross-section

More information

MA Advanced Econometrics: Applying Least Squares to Time Series

MA Advanced Econometrics: Applying Least Squares to Time Series MA Advanced Econometrics: Applying Least Squares to Time Series Karl Whelan School of Economics, UCD February 15, 2011 Karl Whelan (UCD) Time Series February 15, 2011 1 / 24 Part I Time Series: Standard

More information

Questions and Answers on Heteroskedasticity, Autocorrelation and Generalized Least Squares

Questions and Answers on Heteroskedasticity, Autocorrelation and Generalized Least Squares Questions and Answers on Heteroskedasticity, Autocorrelation and Generalized Least Squares L Magee Fall, 2008 1 Consider a regression model y = Xβ +ɛ, where it is assumed that E(ɛ X) = 0 and E(ɛɛ X) =

More information

The regression model with one stochastic regressor (part II)

The regression model with one stochastic regressor (part II) The regression model with one stochastic regressor (part II) 3150/4150 Lecture 7 Ragnar Nymoen 6 Feb 2012 We will finish Lecture topic 4: The regression model with stochastic regressor We will first look

More information

Topic 6: Non-Spherical Disturbances

Topic 6: Non-Spherical Disturbances Topic 6: Non-Spherical Disturbances Our basic linear regression model is y = Xβ + ε ; ε ~ N[0, σ 2 I n ] Now we ll generalize the specification of the error term in the model: E[ε] = 0 ; E[εε ] = Σ = σ

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

THE MULTIVARIATE LINEAR REGRESSION MODEL

THE MULTIVARIATE LINEAR REGRESSION MODEL THE MULTIVARIATE LINEAR REGRESSION MODEL Why multiple regression analysis? Model with more than 1 independent variable: y 0 1x1 2x2 u It allows : -Controlling for other factors, and get a ceteris paribus

More information

Nonstationary Panels

Nonstationary Panels Nonstationary Panels Based on chapters 12.4, 12.5, and 12.6 of Baltagi, B. (2005): Econometric Analysis of Panel Data, 3rd edition. Chichester, John Wiley & Sons. June 3, 2009 Agenda 1 Spurious Regressions

More information

ECON 497 Final Exam Page 1 of 12

ECON 497 Final Exam Page 1 of 12 ECON 497 Final Exam Page of 2 ECON 497: Economic Research and Forecasting Name: Spring 2008 Bellas Final Exam Return this exam to me by 4:00 on Wednesday, April 23. It may be e-mailed to me. It may be

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

UNIVERSITY OF OSLO DEPARTMENT OF ECONOMICS

UNIVERSITY OF OSLO DEPARTMENT OF ECONOMICS UNIVERSITY OF OSLO DEPARTMENT OF ECONOMICS Exam: ECON3150/ECON4150 Introductory Econometrics Date of exam: Wednesday, May 15, 013 Grades are given: June 6, 013 Time for exam: :30 p.m. 5:30 p.m. The problem

More information

Econ 510 B. Brown Spring 2014 Final Exam Answers

Econ 510 B. Brown Spring 2014 Final Exam Answers Econ 510 B. Brown Spring 2014 Final Exam Answers Answer five of the following questions. You must answer question 7. The question are weighted equally. You have 2.5 hours. You may use a calculator. Brevity

More information

Mutilevel Models: Pooled and Clustered Data

Mutilevel Models: Pooled and Clustered Data Mutilevel Models: Pooled and Clustered Data ICPSR, June 1-5, 2015 Tom Carsey carsey@unc.edu In the Beginning... We start with a simple linear model Where i subscripts individual observations. Y i = β 0

More information

ACE 564 Spring Lecture 8. Violations of Basic Assumptions I: Multicollinearity and Non-Sample Information. by Professor Scott H.

ACE 564 Spring Lecture 8. Violations of Basic Assumptions I: Multicollinearity and Non-Sample Information. by Professor Scott H. ACE 564 Spring 2006 Lecture 8 Violations of Basic Assumptions I: Multicollinearity and Non-Sample Information by Professor Scott H. Irwin Readings: Griffiths, Hill and Judge. "Collinear Economic Variables,

More information

Lecture: Simultaneous Equation Model (Wooldridge s Book Chapter 16)

Lecture: Simultaneous Equation Model (Wooldridge s Book Chapter 16) Lecture: Simultaneous Equation Model (Wooldridge s Book Chapter 16) 1 2 Model Consider a system of two regressions y 1 = β 1 y 2 + u 1 (1) y 2 = β 2 y 1 + u 2 (2) This is a simultaneous equation model

More information

Heteroskedasticity. y i = β 0 + β 1 x 1i + β 2 x 2i β k x ki + e i. where E(e i. ) σ 2, non-constant variance.

Heteroskedasticity. y i = β 0 + β 1 x 1i + β 2 x 2i β k x ki + e i. where E(e i. ) σ 2, non-constant variance. Heteroskedasticity y i = β + β x i + β x i +... + β k x ki + e i where E(e i ) σ, non-constant variance. Common problem with samples over individuals. ê i e ˆi x k x k AREC-ECON 535 Lec F Suppose y i =

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

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

Heteroskedasticity. We now consider the implications of relaxing the assumption that the conditional

Heteroskedasticity. We now consider the implications of relaxing the assumption that the conditional Heteroskedasticity We now consider the implications of relaxing the assumption that the conditional variance V (u i x i ) = σ 2 is common to all observations i = 1,..., In many applications, we may suspect

More information