<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Solow Growth Model | Carlos Mendez</title><link>https://carlos-mendez.org/category/solow-growth-model/</link><atom:link href="https://carlos-mendez.org/category/solow-growth-model/index.xml" rel="self" type="application/rss+xml"/><description>Solow Growth Model</description><generator>Wowchemy (https://wowchemy.com)</generator><language>en-us</language><copyright>Carlos Mendez</copyright><lastBuildDate>Sat, 29 Jul 2023 00:00:00 +0000</lastBuildDate><image><url>https://carlos-mendez.org/media/icon_huedfae549300b4ca5d201a9bd09a3ecd5_79625_512x512_fill_lanczos_center_3.png</url><title>Solow Growth Model</title><link>https://carlos-mendez.org/category/solow-growth-model/</link></image><item><title>The Solow growth model and its convergence prediction</title><link>https://carlos-mendez.org/post/rpy_solow_model/</link><pubDate>Sat, 29 Jul 2023 00:00:00 +0000</pubDate><guid>https://carlos-mendez.org/post/rpy_solow_model/</guid><description>&lt;h2 id="-the-augmented-solow-model-an-overview-with-python-r-and-stata">📊 The Augmented Solow Model: An Overview with Python, R, and Stata&lt;/h2>
&lt;p>&lt;strong>How do countries grow richer, and why do some grow faster than others?&lt;/strong> Today, we&amp;rsquo;re diving into a computational exploration of economic growth using the &lt;strong>augmented Solow model&lt;/strong>, an enhanced version of Solow&amp;rsquo;s foundational 1956 model that includes insights from Mankiw, Romer, and Weil (1992). This model helps explain &lt;strong>why some countries grow richer than others&lt;/strong> and whether poor countries are indeed catching up to the wealthier ones. Let&amp;rsquo;s unpack the model, the equations, and what the data says.&lt;/p>
&lt;h3 id="-the-classic-solow-model-a-quick-recap">🔍 The Classic Solow Model: A Quick Recap&lt;/h3>
&lt;p>The &lt;strong>Solow model&lt;/strong> is one of the cornerstones of economic growth theory. It explains how countries grow by focusing on three main ingredients:&lt;/p>
&lt;ul>
&lt;li>&lt;strong>Physical Capital (★)&lt;/strong>: Think of it as the machines, factories, and tools that help us produce more.&lt;/li>
&lt;li>&lt;strong>Labor (👨‍🌾)&lt;/strong>: The workforce that puts the capital to use.&lt;/li>
&lt;li>&lt;strong>Technology (or Productivity)&lt;/strong>: The magic that makes capital and labor more effective.&lt;/li>
&lt;/ul>
&lt;p>The original Solow model tells us that growth can occur through accumulating &lt;strong>physical capital&lt;/strong>, increasing the &lt;strong>workforce&lt;/strong>, and through &lt;strong>technological progress&lt;/strong>. However, over time, capital experiences diminishing returns — the more you invest, the less extra output you get, unless technology improves.&lt;/p>
&lt;h3 id="-why-augment-the-model">🧠 Why Augment the Model?&lt;/h3>
&lt;p>In 1992, &lt;strong>Mankiw, Romer, and Weil&lt;/strong> suggested adding &lt;strong>human capital&lt;/strong> to the mix. Human capital, like education and health, can significantly enhance productivity. By adding this to the model, we get a richer understanding of growth disparities between nations.&lt;/p>
&lt;p>This shows that growth is not just about physical investments and labor but also about how well the workforce is trained and educated. Human capital plays a pivotal role in enhancing productivity, which can accelerate growth, particularly in poorer countries.&lt;/p>
&lt;h3 id="-convergence-are-poorer-countries-catching-up">📈 Convergence: Are Poorer Countries Catching Up?&lt;/h3>
&lt;p>A critical prediction of the Solow model is &lt;strong>convergence&lt;/strong> — the idea that poorer countries should grow faster than richer countries, eventually catching up in terms of per capita income.&lt;/p>
&lt;p>However, data shows &lt;strong>conditional convergence&lt;/strong> rather than unconditional convergence. This means countries tend to converge to their own steady-state levels of income, which are defined by their individual characteristics like &lt;strong>savings rate&lt;/strong>, &lt;strong>population growth&lt;/strong>, and &lt;strong>human capital&lt;/strong> levels.&lt;/p>
&lt;h3 id="-data-analysis--key-insights">🗃️ Data Analysis &amp;amp; Key Insights&lt;/h3>
&lt;p>The dataset used in this analysis includes cross-country data on economic indicators like GDP, investment rates, and education levels.&lt;/p>
&lt;p>&lt;strong>Data Samples&lt;/strong>:&lt;/p>
&lt;ul>
&lt;li>&lt;strong>Non-oil Sample (98 countries)&lt;/strong>: Countries not heavily reliant on oil production.&lt;/li>
&lt;li>&lt;strong>Intermediate Sample (75 countries)&lt;/strong>: Excludes very small countries and those with data issues.&lt;/li>
&lt;li>&lt;strong>OECD Sample (22 countries)&lt;/strong>: Focuses on countries with higher data quality.&lt;/li>
&lt;/ul>
&lt;p>The Python notebook processes these datasets to estimate the parameters for &lt;strong>savings&lt;/strong>, &lt;strong>population growth&lt;/strong>, and &lt;strong>human capital&lt;/strong>, helping us understand the role of these factors in determining income levels and growth rates across countries.&lt;/p>
&lt;h3 id="-further-resources">🔗 Further Resources&lt;/h3>
&lt;ul>
&lt;li>&lt;strong>Video review&lt;/strong>: For a foundational overview of the Solow growth model, check out &lt;a href="https://youtu.be/md0cjl51JTk?si=P4OEEYJqMoBYl3Ir" target="_blank" rel="noopener">this introductory video&lt;/a>&lt;/li>
&lt;li>&lt;strong>Stata Replication Code&lt;/strong>: To replicate the key tables and figures from Mankiw, Romer, and Weil, access the &lt;a href="https://gist.github.com/cmg777/a1181c89de80e5eb5e8c8b" target="_blank" rel="noopener">GitHub Gist here&lt;/a>.&lt;/li>
&lt;li>&lt;strong>Primer on the Solow Model&lt;/strong>: For those new to the basics, &lt;a href="https://wke.lt/w/s/NOD3t3" target="_blank" rel="noopener">this primer&lt;/a> is a great place to start.&lt;/li>
&lt;/ul>
&lt;h3 id="-python-notebook-insights">🖥️ Python Notebook Insights&lt;/h3>
&lt;p>The computational notebook provides step-by-step Python-based analysis, from loading the dataset to estimating parameters and visualizing growth trends. By transforming variables like &lt;strong>GDP&lt;/strong>, &lt;strong>savings&lt;/strong>, and &lt;strong>education&lt;/strong> into their logarithmic forms, the model reveals the underlying dynamics of growth and the relative importance of each factor.&lt;/p>
&lt;h3 id="-summary">📝 Summary&lt;/h3>
&lt;p>The &lt;strong>augmented Solow model&lt;/strong> enriches our understanding of economic growth by adding human capital into the equation. This addition helps explain why some countries grow faster than others and supports the concept of &lt;strong>conditional convergence&lt;/strong> — the idea that countries grow towards their own unique steady states based on their &lt;strong>savings rates&lt;/strong>, &lt;strong>population growth&lt;/strong>, and &lt;strong>education&lt;/strong>.&lt;/p>
&lt;center>
&lt;div class="alert alert-note">
&lt;div>
Learn by R coding using this &lt;a href="https://colab.research.google.com/drive/1MbagABPt4e38e6LhgLuaoBCheuA7ZJ85?usp=sharing">Google Colab notebook&lt;/a>.
&lt;/div>
&lt;/div>
&lt;/center>
&lt;center>
&lt;div class="alert alert-note">
&lt;div>
Learn by Python coding using this &lt;a href="https://colab.research.google.com/drive/1mTgF08Jbf6oNxONbGHyWJZrkygiX0E9N?usp=sharing">Google Colab notebook&lt;/a>.
&lt;/div>
&lt;/div>
&lt;/center>
&lt;center>
&lt;div class="alert alert-note">
&lt;div>
Learn by Stata coding using this &lt;a href="https://gist.github.com/cmg777/a1181c89de80e5eb5e8c8be2383342d1">Stata script&lt;/a>.
&lt;/div>
&lt;/div>
&lt;/center></description></item></channel></rss>