-
Notifications
You must be signed in to change notification settings - Fork 10
/
DESCRIPTION
43 lines (43 loc) · 1.87 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
Package: decompr
Version: 6.8.0
Title: Global Value Chain Decomposition
Description: Three global value chain (GVC) decompositions are implemented.
The Leontief decomposition derives the value added origin of exports by
country and industry as in Hummels, Ishii and Yi (2001). The Koopman,
Wang and Wei (2014) decomposition splits country-level exports into 9
value added components, and the Wang, Wei and Zhu (2013) decomposition
splits bilateral exports into 16 value added components. Various GVC
indicators based on these decompositions are computed in the
complimentary 'gvc' package.
--- References: ---
Hummels, D., Ishii, J., & Yi, K. M. (2001). The nature and growth of
vertical specialization in world trade. Journal of international
Economics, 54(1), 75-96.
Koopman, R., Wang, Z., & Wei, S. J. (2014). Tracing value-added and double
counting in gross exports. American Economic Review, 104(2), 459-94.
Wang, Z., Wei, S. J., & Zhu, K. (2013). Quantifying international production
sharing at the bilateral and sector levels (No. w19677).
National Bureau of Economic Research.
Authors@R: c(
person("Bastiaan", "Quast", role = c("aut", "cre"),
email = "[email protected]", comment=c(ORCID="0000-0002-2951-3577") ),
person("Fei", "Wang", role = "aut"),
person("Victor", "Stolzenburg", role = "aut"),
person("Oliver", "Reiter", role = "ctb"),
person("Sebastian", "Krantz", role = "ctb")
)
Maintainer: Bastiaan Quast <[email protected]>
Depends: R (>= 3.5.0)
Imports: matrixStats
License: GPL-3
URL: https://qua.st/decompr/, https://github.com/bquast/decompr
BugReports: https://github.com/bquast/decompr/issues
Suggests:
gvc,
testthat,
knitr,
rmarkdown
VignetteBuilder: knitr
RoxygenNote: 7.2.3
Encoding: UTF-8
NeedsCompilation: yes