1 Cross-sectional estimation in STATA by Binam Ghimire.

Slides:



Advertisements
Similar presentations
TWO STEP EQUATIONS 1. SOLVE FOR X 2. DO THE ADDITION STEP FIRST
Advertisements

C) between 18 and 27. D) between 27 and 50.
You have been given a mission and a code. Use the code to complete the mission and you will save the world from obliteration…
Comparative Advantage and Competitiveness Analysis for Japan’s Synthetic Fibre Export K.F. AU and M.C. WONG Institute of Textiles and Clothing The.
Advanced Piloting Cruise Plot.
Copyright © 2002 Pearson Education, Inc. Slide 1.
Copyright © 2003 Pearson Education, Inc. Slide 1 Computer Systems Organization & Architecture Chapters 8-12 John D. Carpinelli.
Chapter 1 The Study of Body Function Image PowerPoint
Copyright © 2011, Elsevier Inc. All rights reserved. Chapter 5 Author: Julia Richards and R. Scott Hawley.
1 Copyright © 2010, Elsevier Inc. All rights Reserved Fig 2.1 Chapter 2.
By D. Fisher Geometric Transformations. Reflection, Rotation, or Translation 1.
Chapter 1 Image Slides Copyright © The McGraw-Hill Companies, Inc. Permission required for reproduction or display.
1 Alternative measures of well-being Joint work by ECO/ELSA/STD.
1 New patterns of economic growth in developing economies Noemi Levy-Orlik UNAM-MEXICO January, 2007.
Business Transaction Management Software for Application Coordination 1 Business Processes and Coordination.
Jeopardy Q 1 Q 6 Q 11 Q 16 Q 21 Q 2 Q 7 Q 12 Q 17 Q 22 Q 3 Q 8 Q 13
Jeopardy Q 1 Q 6 Q 11 Q 16 Q 21 Q 2 Q 7 Q 12 Q 17 Q 22 Q 3 Q 8 Q 13
Title Subtitle.
0 - 0.
DIVIDING INTEGERS 1. IF THE SIGNS ARE THE SAME THE ANSWER IS POSITIVE 2. IF THE SIGNS ARE DIFFERENT THE ANSWER IS NEGATIVE.
FACTORING ax2 + bx + c Think “unfoil” Work down, Show all steps.
Addition Facts
1 Correlation and Simple Regression. 2 Introduction Interested in the relationships between variables. What will happen to one variable if another is.
Puzzles in Financial Development and Economic Growth by Gianluigi Giorgioni and Binam Raj Ghimire Banks Development and Economic Growth Negative & significant.
ZMQS ZMQS
EC220 - Introduction to econometrics (chapter 1)
BT Wholesale October Creating your own telephone network WHOLESALE CALLS LINE ASSOCIATED.
Report Card P Only 4 files are exported in SAMS, but there are at least 7 tables could be exported in WebSAMS. Report Card P contains 4 functions: Extract,
1 MACROECONOMICS AND THE GLOBAL BUSINESS ENVIRONMENT Monetary Policy 2 nd edition.
Chapter 3 Learning to Use Regression Analysis Copyright © 2011 Pearson Addison-Wesley. All rights reserved. Slides by Niels-Hugo Blunch Washington and.
Quantitative Methods II
ABC Technology Project
EU Market Situation for Eggs and Poultry Management Committee 21 June 2012.
1 An Introduction to Pivot Tables Using Excel 2000.
Vanderbilt Business Objects Users Group 1 Reporting Techniques & Formatting Beginning & Advanced.
Chi-Square and Analysis of Variance (ANOVA)
Pivot Tables Overview 1. What are Pivot Tables Pivot tables in Excel are a versatile reporting tool that makes it easy to extract information from large.
©2004 Brooks/Cole FIGURES FOR CHAPTER 7 MULTI-LEVEL GATE CIRCUITS NAND AND NOR GATES Click the mouse to move to the next page. Use the ESC key to exit.
© Charles van Marrewijk, An Introduction to Geographical Economics Brakman, Garretsen, and Van Marrewijk.
© Charles van Marrewijk, An Introduction to Geographical Economics Brakman, Garretsen, and Van Marrewijk.
VOORBLAD.
Multinational Financial Management Alan Shapiro 7th Edition J
The Solow Model and Beyond
Chapter 2 Section 3.
Chapter 5 Microsoft Excel 2007 Window
Squares and Square Root WALK. Solve each problem REVIEW:
© 2012 National Heart Foundation of Australia. Slide 2.
Statistical Analysis SC504/HS927 Spring Term 2008
Geometric Sequences Teacher Notes
Chapter 5 Test Review Sections 5-1 through 5-4.
GG Consulting, LLC I-SUITE. Source: TEA SHARS Frequently asked questions 2.
Addition 1’s to 20.
25 seconds left…...
Week 1.
We will resume in: 25 Minutes.
© The McGraw-Hill Companies, Inc., Chapter 12 Chi-Square.
1 Interpreting a Model in which the slopes are allowed to differ across groups Suppose Y is regressed on X1, Dummy1 (an indicator variable for group membership),
Copyright © 2008 Pearson Addison-Wesley. All rights reserved. Chapter 15 Interest Rates and the Capital Market.
TASK: Skill Development A proportional relationship is a set of equivalent ratios. Equivalent ratios have equal values using different numbers. Creating.
Copyright © 2008 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill/Irwin Chapter 20 Money Growth, Money Demand, and Monetary Policy.
Simple Linear Regression Analysis
How Cells Obtain Energy from Food
Multiple Regression and Model Building
4/4/2015Slide 1 SOLVING THE PROBLEM A one-sample t-test of a population mean requires that the variable be quantitative. A one-sample test of a population.
Benchmark Series Microsoft Excel 2013 Level 2
Openness, Economic Growth, and Human Development: Evidence from South Asian countries from Middlesex University Department of Economics and.
The Role of Financial System in Economic Growth Presented By: Saumil Nihalani.
1 Panel Data Analysis in STATA Binam Ghimire. Learning Objectives  Importing file into STATA  Running panel data regression  Run fixed, random effect.
Presentation transcript:

1 Cross-sectional estimation in STATA by Binam Ghimire

Learning Objectives  Cross sectional regression in Stata  Wald test for joint significance 2

Theory  Many papers have provided evidence of a positive relationship between financial development and economic growth.  Theses papers have mainly applied cross sectional estimation (average effect) to empirically prove the above relationship 3

Theory  Cross-sectional estimation: Beck et al. (2004) paper shows positive relationship between banks, stock market and economic growth.  Next slide shows the output of cross sectional estimation in Beck et al. (p 430, 2004) 4

Learning Objectives  Cross sectional regression in Stata  Wald test for joint significance 5

File to import for practice  Data from Beck et al. (2004)  Download the data from  You can note that the name of the countries have been converted into numbers. (Stata wont recognise the names therefore you must convert them into numbers). 6

Importing the file  To import the data in stata: copy and paste from excel into Data Editor as follows  Data - Data Editor and paste the copied cells. You should have copied all the cells inside the worksheet “main” i.e. all 40 observations for all 9 variables including the country column) (Or you can import the file using various options available in Stata: File - Import) 7

Converting data into natural logs  Generate the natural log of the variables to avoid the affect of the outliers using the “gen” command as follows  In the stata command box type gen lnvariablename =log(variablename) for some variables you should apply gen lnvariablename=log(1+variablename)  Press enter each time a gen command is written.  You should convert 8 variables into natural log so 8 times gen command to be applied as follows  gen lnstart=log(start), gen lnschool=log(1+school) gen lngov=log(gov), gen lntrade=log(trade), gen lnpi=log(1+pi), gen lnbmp=log(1+bmp), gen lnpriv=log(priv), gen lntor=log(tor) 8

Converting data into natural logs  If you make any mistake while generating natural logs you can drop the generated variable by using the drop command – e.g. drop lnstart to delete the generated lnstart.  You can generate the variable again as shown in previous slide using the gen command 9

Pooled cross sectional regression  Now run the cross-sectional pooled regression estimates using the regress command: regress growth lnstart lnschool lnpriv lntor  It should look like the output in next slide. This is the output of regression 1, simple conditioning information set of Beck et al. (2004) where the authors have included the initial real GDP per capita to control for convergence and the average years of schooling to control for human capital accumulation. 10

Pooled cross sectional regression 11

Importing Data from Excel into Stata 2. Pooled estimate  In the policy conditioning information set, authors use the simple conditioning information set plus either (i) the black market premium, (ii) the share of exports and imports to GDP, (iii) the inflation rate or (iv) the ratio of government expenditures to GDP.  The regression command for each of the above regressions are as follows : regress growth lnstart lnschool lngov lnpriv lntor regress growth lnstart lnschool lntrade lnpriv lntor regress growth lnstart lnschool lnpi lnpriv lntor regress growth lnstart lnschool lnbmp lnpriv lntor  The outputs are similar to regression 2, 3, 4 and 5 of Beck et al. (2004). They are provided in the next 4 slides. 12

Pooled cross sectional regression, Beck et al. (2004) regression 2 13

Pooled cross sectional regression, Beck et al. (2004) regression 3 14

Pooled cross sectional regression, Beck et al. (2004) regression 4 15

Pooled cross sectional regression, Beck et al. (2004) regression 5 16

Result:  The OLS regressions demonstrate a strong positive association between stock market development, bank development, and economic growth. Both bank development (bank credit represented by lnpriv) and stock market development (turnover ratio represented by lntor) enter each of the five regressions significantly at the 0.05 significance level. 17

Wald test:  Wald Test can be used to test the joint significance of a subset of coefficients.  Here we can test the two variables from Beck et al. (2004): lnpriv and lntor.  The null hypothesis is H0: θ is 0 (Ho: b1=b2=0) and hence the variables are not providing meaningful results. The alternative hypothesis is H0: θ is greater or less than 1 (H1: b1=b2 ≠0), which means the variables are jointly significant and give a meaningful result.  In the regression result lnpriv and lntor are individually significant based on t-tests with very low p values. But to test that they are jointly significant we can perform the Wald test 18

Wald test:  The command is  Test lnpriv lntor  The result is shown in the slide next 19

Wald test: 20

Wald test:  F static at with p value of means they are jointly significant  The F static of and p value of shown in the regression output is also the indicator of the joint significance for ALL independent variables. This means when we perform Wald test for all independent variables in the first regression equation, the output would be similar to the F static in OLS equation above (F= and = ). See next slide to check this 21

Wald test: 22

23 Thank You

Reference(s):  BECK, T. and LEVINE, R Stock Markets, Banks, and Growth: Panel Evidence. Journal of Banking & Finance, 28, 3,  GUJARATI, D. N Basic Econometrics, New York, McGraw-Hill Education. 24