Productivity Spillover Effects of Participation in Global Value Chains and FDI Inflows
Description
Replication file for Sung Hyun Son and Young-Han Kim (2025). Productivity Spillover Effects of Participation in Global Value Chains and FDI Inflows Economic Modelling
Files
Steps to reproduce
Title: Productivity Spillover Effects of Participation in Global Value Chains and FDI Inflows Authors: Sung Hyun Son & Young-Han Kim The following provides a brief description of how to reproduce the estimation results of the paper, including the data used, methods and protocols followed, as well as the instruments, software, and workflows employed: Software Used: Stata 19.5 Data File: Dataset for Stata (for 29 Countries, 35 Industries, and 33 Variables).dta Estimation Method: Two-step System GMM (using xtabond2) This code comes without technical support of any kind. It is expected to reproduce the results reported in the paper. Under no circumstances will the author be held responsible for any use (or misuse) of this code in any way. ----------------------------------------------------------------------------------------------------------------------------------------------- 1. Files and Setup Required Files Dataset for Stata (for 29 Countries, 35 Industries, and 33 Variables).dta: Main panel dataset Stata 19.5 or later (ensure xtabond2 package is installed) Installation of Required Packages in STATA ssc install xtabond2, replace Loading Data clear all use "C:\Users\narsi\Desktop\ Dataset for Stata (for 29 Countries, 35 Industries, and 33 Variables).dta", clear ------------------------------------------------------------------------------------------------------------------------------------------------ 2. Replicating Tables in the Paper Each table corresponds to a specific xtabond2 command using different specifications of the model. Table 6-1: Baseline Model with Total GVC and FDI /* Table 6-1 */ xtabond2 lnlp1 lag_lnlp1 lnfdik gvc lnemp lnkper1 va_ratio2 i.year i.sector, gmm(lag_lnlp1 lnfdik gvc lnemp lnkper1 va_ratio, collapse) iv(i.year i.sector) twostep robust The estimation procedures that follow use the same process, with adjustments to the Stata code as described in the accompanying code file.
Institutions
- Sungkyunkwan UniversitySeoul, Jongno-gu