Giter Site home page Giter Site logo

measuregvc's Introduction

计算内循环

1. 安装

devtools::install_github('common2016/MeasureGVC')

2. 使用

  • 内循环计算:up_inner为前向链接内循环,dw_inner为后向链接内循环。
library(MeasureGVC)
library(decompr)
data(leather)
# create intermediate object (class decompr)
decompr_object <- load_tables_vectors(leather)
partici_idx(decompr_object, 'inner')
#>        cnts            industry  up_inner  dw_inner
#> 1 Argentina         Agriculture 0.4038616 0.5305546
#> 2 Argentina Textile_and_Leather 0.3903601 0.5284692
#> 3 Argentina Transport_Equipment 0.7705770 0.6034136
#> 4    Turkey         Agriculture 0.3963190 0.4703428
#> 5    Turkey Textile_and_Leather 0.3233576 0.3881702
#> 6    Turkey Transport_Equipment 0.6168995 0.4924149
#> 7   Germany         Agriculture 0.5511430 0.5474953
#> 8   Germany Textile_and_Leather 0.5349052 0.5513404
#> 9   Germany Transport_Equipment 0.4765277 0.3367365
  • GVC前向链接参与指数。若前向链接参与指数相对后向链接参与指数更高,意味着该行业更多参与了上游产品制造。
partici_idx(decompr_object, 'forward')
#>        cnts            industry        up
#> 1 Argentina         Agriculture 0.3445419
#> 2 Argentina Textile_and_Leather 0.4516613
#> 3 Argentina Transport_Equipment 0.1223946
#> 4    Turkey         Agriculture 0.3170871
#> 5    Turkey Textile_and_Leather 0.3754873
#> 6    Turkey Transport_Equipment 0.1429043
#> 7   Germany         Agriculture 0.1343714
#> 8   Germany Textile_and_Leather 0.1688435
#> 9   Germany Transport_Equipment 0.1236333
  • GVC后向链接参与指数。
partici_idx(decompr_object, 'backward')
#>        cnts            industry        dw
#> 1 Argentina         Agriculture 0.1116295
#> 2 Argentina Textile_and_Leather 0.2431799
#> 3 Argentina Transport_Equipment 0.3252739
#> 4    Turkey         Agriculture 0.1836763
#> 5    Turkey Textile_and_Leather 0.2096294
#> 6    Turkey Transport_Equipment 0.3452213
#> 7   Germany         Agriculture 0.1627172
#> 8   Germany Textile_and_Leather 0.1908901
#> 9   Germany Transport_Equipment 0.3664037

3. 参考文献

陈普和傅元海,全球价值链视角下经济内循环测度与应用. 统计研究. 2022, 39(11): 19-31.

measuregvc's People

Contributors

common2016 avatar

Watchers

 avatar

Forkers

1055260203

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.