15.5 The Hausman test For the random effects estimator to be unbiased in large samples, the effects must be uncorrelated with the explanatory variables.

Slides:



Advertisements
Similar presentations
Multiple Regression.
Advertisements

F-tests continued.
Autocorrelation and Heteroskedasticity
Introduction Describe what panel data is and the reasons for using it in this format Assess the importance of fixed and random effects Examine the Hausman.
Econometric Analysis of Panel Data Panel Data Analysis – Random Effects Assumptions GLS Estimator Panel-Robust Variance-Covariance Matrix ML Estimator.
PANEL DATA 1. Dummy Variable Regression 2. LSDV Estimator
Panel Data Models Prepared by Vera Tabakova, East Carolina University.
Data organization.
11-1 Empirical Models Many problems in engineering and science involve exploring the relationships between two or more variables. Regression analysis.
Structural Equation Modeling
SEEMINGLY UNRELATED REGRESSION INFERENCE AND TESTING Sunando Barua Binamrata Haldar Indranil Rath Himanshu Mehrunkar.
Lecture 8 (Ch14) Advanced Panel Data Method
CHAPTER 8 MULTIPLE REGRESSION ANALYSIS: THE PROBLEM OF INFERENCE
6-1 Introduction To Empirical Models 6-1 Introduction To Empirical Models.
Ch11 Curve Fitting Dr. Deshi Ye
4.3 Confidence Intervals -Using our CLM assumptions, we can construct CONFIDENCE INTERVALS or CONFIDENCE INTERVAL ESTIMATES of the form: -Given a significance.
© 2010 Pearson Prentice Hall. All rights reserved Least Squares Regression Models.
The Multiple Regression Model Prepared by Vera Tabakova, East Carolina University.
Chapter 10 Simple Regression.
CHAPTER 3 ECONOMETRICS x x x x x Chapter 2: Estimating the parameters of a linear regression model. Y i = b 1 + b 2 X i + e i Using OLS Chapter 3: Testing.
Statistics II: An Overview of Statistics. Outline for Statistics II Lecture: SPSS Syntax – Some examples. Normal Distribution Curve. Sampling Distribution.
Econometric Analysis of Panel Data Panel Data Analysis –Fixed Effects Dummy Variable Estimator Between and Within Estimator First-Difference Estimator.
The Role of Financial System in Economic Growth Presented By: Saumil Nihalani.
Chapter 11 Multiple Regression.
Example of Simple and Multiple Regression
Copyright © 2013, 2009, and 2007, Pearson Education, Inc. Chapter 14 Comparing Groups: Analysis of Variance Methods Section 14.2 Estimating Differences.
Random Regressors and Moment Based Estimation Prepared by Vera Tabakova, East Carolina University.
Lecture 8 Simple Linear Regression (cont.). Section Objectives: Statistical model for linear regression Data for simple linear regression Estimation.
1 Lecture 4 Main Tasks Today 1. Review of Lecture 3 2. Accuracy of the LS estimators 3. Significance Tests of the Parameters 4. Confidence Interval 5.
Panel Data Models ECON 6002 Econometrics I Memorial University of Newfoundland Adapted from Vera Tabakova’s notes.
Panel Data Models ECON 6002 Econometrics Memorial University of Newfoundland Adapted from Vera Tabakova’s notes.
Copyright © 2013, 2009, and 2007, Pearson Education, Inc. Chapter 14 Comparing Groups: Analysis of Variance Methods Section 14.3 Two-Way ANOVA.
Chapter 15 Panel Data Models Walter R. Paczkowski Rutgers University.
1 Regression Review Population Vs. Sample Regression Line Residual and Standard Error of Regression Interpretation of intercept & slope T-test, F-test.
Introduction to Eviews Eviews Workshop September 6, :30 p.m.-3:30 p.m.
1 Panel Data Analysis in STATA Binam Ghimire. Learning Objectives  Importing file into STATA  Running panel data regression  Run fixed, random effect.
Heteroscedasticity Heteroscedasticity is present if the variance of the error term is not a constant. This is most commonly a problem when dealing with.
Financial Econometrics Lecture Notes 5
Ch5 Relaxing the Assumptions of the Classical Model
F-tests continued.
Vera Tabakova, East Carolina University
Chapter 15 Panel Data Models.
The Multiple Regression Model
REGRESSION DIAGNOSTIC III: AUTOCORRELATION
Vera Tabakova, East Carolina University
Panel Data Models By Mai Thanh, Jin Lulu.
Esman M. Nyamongo Central Bank of Kenya
Chow test.
REGRESSION DIAGNOSTIC II: HETEROSCEDASTICITY
PANEL DATA 1. Dummy Variable Regression 2. LSDV Estimator
CHAPTER ELEVEN FACTOR MODELS.
12 Inferential Analysis.
Chapter 15 Panel Data Analysis.
...Relax... 9/21/2018 ST3131, Lecture 3 ST5213 Semester II, 2000/2001
I271B Quantitative Methods
G Lecture 6 Multilevel Notation; Level 1 and Level 2 Equations
Autocorrelation.
6-1 Introduction To Empirical Models
The Regression Model Suppose we wish to estimate the parameters of the following relationship: A common method is to choose parameters to minimise the.
Migration and the Labour Market
12 Inferential Analysis.
MULTIVARIATE REGRESSION MODELS
Tutorial 1: Misspecification
Statistics II: An Overview of Statistics
Product moment correlation
Autocorrelation.
Chapter 9 Dummy Variables Undergraduated Econometrics Page 1
Correlation and Simple Linear Regression
Correlation and Simple Linear Regression
Presentation transcript:

15.5 The Hausman test For the random effects estimator to be unbiased in large samples, the effects must be uncorrelated with the explanatory variables. The Hausman test is a test of the significance of the difference between the fixed effects estimates and the random effects estimates. Correlation between the random effects and the explanatory variables will cause these estimates to diverge. So if the difference is not significant, there is no evidence of the offending correlation. Go to View / Fixed / Random Effects Testing / Correlated Random Effects - Hausman Test. 1 2 3 24/48

corresponding p-value Suggest the null hypothesis of no correlation between the explanatory variables and the random effects should be rejected p-values for separate tests on the difference between each pair of coefficients   At a 5% significance level, the null hypothesis is rejected for TENURE2, SOUTH and UNION, but not for EXPER, EXPER1 and TENURE. The variables BLACK, EDUC, and the constant are not included because we do not have coefficient estimates for them in the fixed effects model. 25/48

15.7 Sets of regression equations Open involves T = 20 time series observations on just N = 2 cross sectional units: the firms General Electric (GE) and Westinghouse (WE) INV - investment V - market value of stock K - capital stock 26/48

15.7.1 Equal coefficients, equal error variances When the two equations are assumed to have the same coefficients and same variances, we can simply regress INV on V and K without distinguishing between what values belong to Westinghouses and what values belong to General Electric. Command: ls inv c v k 27/48

15.7.2 Different coefficients, equal error variances To relax the assumption of identical coefficients for the two firms, we introduce an indicator (dummy) variables DUM that is equal to 1 for the Westinghouses observations and 0 for the General Electric observations. Command: series dum = (firm=2). The do equation estimation. Command: ls inv c dum v dum*v k dum*k 28/48

Testing the equality of the coefficients, go to View / Coefficient Diagnostics / Wald – Coefficient Restrictions Conclusion: reject the null hypothesis, the coefficients for the two firms are not equal. 29/48

15.7.3 Different coefficients, different error variances If we assume the equations have both different coefficients and different error variances, then estimation is equivalent to running two separate regressions, one for each firm. For the General Electric equation For the Westinghouse equation General Electric Westinghouse 30/48

Equation estimation results: For the General Electric equation For the Westinghouse equation 31/48

Estimation after restructuring the workfile To restructure the workfile, go to Proc / Structure / Resize Current Page 1 2 3 4 5 6 Panel data structure 32/48

The coefficients for General Electric The alternative way of estimating the two equations with different coefficients and different error variances, go to Quick / Estimate Equation 1 2 3 The coefficients of C, V, and K for Westinghouse are obtained by adding the General Electric coefficients to the corresponding dummy variable coefficients.   The coefficients for General Electric 33/48

To obtain standard error for the Westinghouse coefficient estimates, go to View / Coefficient Diagnostics / Wald – Coefficient Restrictions   34/48

15.7.4 Seemingly unrelated regressions The seemingly unrelated regression is the equation estimation with relaxing the assumption that the General Electric and Westinghouse errors for the same year are uncorrelated. Go to Quick / Estimate Equation. 1 2 3 35/48

15.8 Using the pool object To get ride of using indicator (dummy) variables to model coefficients, we use Pool object to obtain the coefficients estimates and their standard error directly. First, to create a series FIRMID with the labels GE and WE, use command: smpl if firm =1 alpha firmid = "ge" smpl if firm=2 alpha firmid = "we" smpl @first @last 36/48

15.8.1 Unstacking the data To distinguish the data for each firm, go to Proc / Reshape Current Page / Unstack in New Page. 6 Name the new page 1 2 Retain the current name for INV, V and K, but adding a suffix _GE or _WE to indicating the firm 4 The series to unstack 5 3 37/48

15.8.2 Equal coefficients, equal error variances Open Pool FIRMID, go to Estimate 2 1 Open series names with identifier replaced by ? 3 4 We assume the General Electric coefficients are identical to the Westinghouse coefficients If we assume the their coefficients are different We assume equal variances 38/48

Estimation result: Name the output as “table_15_11” 39/48

15.8.3 Different coefficients, equal error variances Relax the assumption that the coefficients are equal, use Pool FIRMID, go to Estimate We still assume equal variances This time, we assume their coefficients are different 1 2 40/48

Previous estimator using indicator (dummy) variables Estimation result: Previous estimator using indicator (dummy) variables Estimator using Pool object 41/48

15.8.4 Different coefficients, different error variances Way 1: use the usual single equation commands: equation ge.ls inv_ge c v_ge k_ge series ehat_ge=resid scalar sig_ge=@se equation we.ls inv_we c v_we k_we series ehat_we=resid scalar sig_we=@se series ee=ehat_ge*ehat_we scalar cov=@sum(ee)/17 scalar r=cov/(sig_ge*sig_we) Equation estimation for GE Save the residuals Save estimates of the error standard deviations Equation estimation for WE Estimate the covariance between the two errors Estimate of the contemporaneous correlation between the errors 42/48

Estimation result:   43/48

15.8.4 Different coefficients, different error variances Way 2: use the Pool object, use Pool FIRMID, go to Estimate We assume variances are not equal Again, we assume their coefficients are different 1 2 44/48

www.themegallery.com To find the covariance and correlation matrices for the residuals, go to View / Residual Diagnostic / Covariance Matrix and View / Residual Diagnostic / Correlation Matrix Same Different   45/48

www.themegallery.com   46/48

15.8.5 Seemingly unrelated regressions   1 2 47/48

Reject the null hypothesis of equal coefficients   www.themegallery.com Reject the null hypothesis of equal coefficients 48/48

Thank You !