partici_idx | R Documentation |
Compute Participation Index for Forward and Backward Linkage
partici_idx(wwz, linkage = "forward")
wwz |
a decompr class object from the |
linkage |
calculating method, |
A higher degree of forward participation than backward participation implies that the country/sector is more actively engaged in upstream production activities in GVCs.
a data.frame including countries, industires, GVC participation index
cnts: contries
industry
up: GVC participation index for forward linkage
dw: GVC participation index for backward linkage
up_inner: inner circle measure for forward linkage
dw_inner: inner circle measure for backward linkage
Pu Chen and Yuanhai Fu, Measurement and Application of Economic Inner Cycle From the Perspective of Global Value Chain (In Chinese). 2022, Statistical Research.
Wang, Z., Shang-Jin Wei, Xinding Yu, Kunfu Zhu, Measures of Participation in Glabal Value Chains and Global Business Cycles. 2017, NBER. Number:23222.
# load example data
data(leather, package = 'decompr')
# create intermediate object (class decompr)
decompr_object <- decompr::load_tables_vectors(leather)
partici_idx(decompr_object, 'forward')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.