Hello, dear friend, you can consult us at any time if you have any questions, add WeChat: daixieit

ECO 6382, Spring 2021

Project

For this project you will study macroeconomic outcomes as they pertain to growth and development. You will carry out your empirical analysis using R. Your submission must be a zipped folder consisting of all files that you use to generate your results, including the underlying data as well as the write-up. I’ve provided Excel les with the raw data that you will need, as well as links to those data sources.

1. For this question you will perform development accounting using data from version 10.0 of the Penn World Table to examine sources of cross-country income differences within a point in time. Specifically, to what degree do differences in productivity or differences in access to factors of production account for the observed differences in income per capita? Begin with an aggregate production function, written in per-capita form:

yn  = An (An )α

You may set α = 0.33.  The variable yn  is the real income per capita in country n, while An  is capital per capita.  For cross-country comparison we will need to use data measured at common purchasing power parity: You can read these variables from the Penn World Table as cgdpe/pop and cn/pop, respectively. You can then construct the TFP term, An  as a residual defined as An  = yn)(An )α .

Taking the natural logarithm of the production function, it becomes log-linear: ln(yn ) = ln(An ) + α ln(An )

Leverage the log-linearity and measure the cross-country dispersion in each term using

basic statistical properties of variance

var(ln(y)) = var(ln(A)) + var(α ln(A)) + 2cov(ln(A)( α ln(A))

Assess the contribution from each component:

var(ln(A))     var(α ln(A))     2cov(ln(A)( α ln(A))

var(ln(y))      var(ln(y))              var(ln(y))

                                          -            ↘                                                -            ↘                                                                                      -

Productivity                           Factor                                            Interaction

contribution                     contribution                                    contribution

(1)

(a) Focus on the year 1990. First, provide some summary statistics of the data. What

is the number of countries in your sample? What is the ratio of income per capita in the median country relative to the U.S., and what is the name of this country? What are the corresponding ratios for the countries in the 10th and 90th percentiles of the income distribution and who are these respective countries?  Second, for these particular countries, report the contributions from productivity, factors and their interaction based on equation (1).

(b) Now focus on 2019.  First, describe how the overall variance in log-income per

capita has changed. Has it increased? Has it decreased? By how much? Second, update all of the information that you calculated in part (a) as it pertains to 2019. Explain how the data have changed from 1990 to 2019.

2. For this exercise you will perform growth accounting using the Penn World Table data to assess the relative contribution from productivity and factors to overall growth in income per capita within a country, over time.  Beginning with the same production function as in question 1, we can state the log-changes in income per capita between

1990 and 2019 as follows

ln  = ln  + α ln

Therefore, we can express the relative contributions from productivity and factors as

ln /       α ln /  

ln /         ln /  

↘                                       -            ↘                                               -

Productivity                         Factor

contribution                   contribution

(2)

You may set α  =  0.33.   For comparison across time we need our variables to be measured at constant prices: You can read the real income per capita and capital per capita from the Penn World Table as rgdpna/pop and rnna/pop, respectively.  You can then construct the TFP term, An  as a residual defined as An  = yn)(An )α .

(a) What was the overall growth in U.S. income per capita?  What was the aver-

age annualized growth (per year)?  What was the contribution from growth in

productivity and that from factors (capital) based on equation 2?

(b) Reproduce all the the results from part (a) for a different country than the U.S.

- you may choose any country that you wish.

(c) Describe the evolution of growth in your chosen country compared to the U.S. Has income per capita converged or diverged, and by how much?  Was the con- vergence/divergence primarily due to TFP or capital accumulation?

3. In this exercise you will switch to a different data set called the Maddison Project. This dataset includes real income per capita going back a really long time. The more recent data points coincide with those from the Penn World Table that you used above. You will use this data to explore the nature of growth across countries and time. That is, the timing of sustained economic growth varies across countries - some countries still have not really industrialized. In addition, the pace of economic growth can vary widely, depending on what period of time countries begin growing.

First, you will need to restrict your analysis to a subset of countries as follows:  For each country, identify the first year that real income per capita exceeded ✩5,000 – call this the takeoff year.  Then compute the number of years that it took for income per capita to double (exceed ✩10,000) – call this the doubling time.  Note:  Clearly some countries do not satisfy one or both of these criteria.  that is, they may never have reached ✩5,000, and some that did reach ✩5,000, may not have yet reached ✩10,000. Also, some countries may not ever have income per capita reported below ✩5,000 so you can not identify the first year in which the crossed that threshold.  You may exclude these countries from the analysis. Also, for those countries with that have gaps in their data between points in time, you may either fill the gaps using linear interpolation or exclude those countries altogether. (More credit will be given for using interpolation.)

Of the countries that remain in your sample, produce a scatter plot with doubling time on the vertical axis takeoff year on the horizontal axis. What relationship do you see? Explain how you interpret the result.