make_exvadec | R Documentation |
Calculates the decomposition of value added in exports of a country or a group of countries according to different methodologies.
make_exvadec(
wio_object,
exporter = "all",
method = "bm_src",
output = "standard",
quiet = FALSE,
...
)
wio_object |
An object of class |
exporter |
String with a country or a country group code
(e.g., |
method |
A string specifying the export VA decomposition method:
|
output |
Type of matrices in output:
|
quiet |
Boolean, if |
... |
Additional parameters for targeted value-added perspectives
and for sector breakdown. Targeted value-added perspectives are only
available for the
|
A list object of class exvadec
with several matrices
plus metadata.
Borin, A., & Mancini, M. (2023). Measuring What Matters in Value-Added Trade. Economic Systems Research, 1-25.
Koopman, R., Wang, Z., & Wei, S.-J. (2014). Tracing Value-Added and Double Counting in Gross Exports. American Economic Review, 104(2), 459–494.
Miroudot, S., & Ye, M. (2021). Decomposing Value Added in Gross Exports. Economic Systems Research, 33(1), 67–87.
Wang, Z., Wei, S.-J., & Zhu, K. (2013). Quantifying International Production Sharing at the Bilateral and Sector Levels (NBER Working Paper No. 19677). National Bureau of Economic Research, Inc.
# Create a test wio
wio <- make_wio("iciotest")
# Make Borin and Mancini (2023) source decomposition for Spain
exvadec <- make_exvadec(wio, exporter = "ESP", method = "bm_src")
# Make Wang et al. (2013) decomposition for all countries
# expressed in the traditional 16 terms
exvadec <- make_exvadec(wio, method = "wwz", output = "terms")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.