Title: | Network Analysis for Input-Output Tables |
---|---|
Description: | Network functionalities specialized for data generated from input-output tables. |
Authors: | Shiying Xiao [aut, cre] , Jun Yan [aut] , Panpan Zhang [aut] |
Maintainer: | Shiying Xiao <[email protected]> |
License: | GPL (>= 3) |
Version: | 0.2.2 |
Built: | 2024-10-31 18:36:20 UTC |
Source: | https://github.com/carol-seven/ionet |
Compute the betweenness centrality with auxiliary information based on strongest path (SP).
btw(adjmat, gross, aux, alpha = 1, type = "consumption")
btw(adjmat, gross, aux, alpha = 1, type = "consumption")
adjmat |
An n-by-n numerical matrix representing the matrix of intermediate transactions in the input-output table. |
gross |
An n-dimensional numerical vector representing the gross input/output. |
aux |
An n-dimensional numerical vector representing the node-specific auxiliary information. |
alpha |
A scalar (default = 1) between 0 and 1, representing the tuning parameter that controls the weights for SP strength and auxiliary information. |
type |
A character string specifying the type of SP to calculate. Available options:
|
A list of betweeness score, associated SPs, SP distance and SP strength.
Xiao, S., Yan, J. and Zhang, P. (2022). Incorporating Auxiliary Information in Betweenness Measure for Input-Output Networks. Physica A: Statistical Mechanics and its Applications, 607, 128200.
The national input-output table of China for 2002, covering 122 sectors. Data are calculated at producers' prices in 2002. Values are denoted in 10 thousand Chinese Yuan (CNY).
data(china_2002_122)
data(china_2002_122)
A data frame with 129 rows and 139 columns.
National Bureau of Statistics of China
The national input-output table of China for 2005, covering 42 sectors. Data are calculated at producers' prices in 2005. Values are denoted in 10 thousand Chinese Yuan (CNY).
data(china_2005_42)
data(china_2005_42)
A data frame with 49 rows and 55 columns.
National Bureau of Statistics of China
The national input-output table of China for 2007, covering 135 sectors. Data are calculated at producers' prices in 2007. Values are denoted in 10 thousand Chinese Yuan (CNY).
data(china_2007_135)
data(china_2007_135)
A data frame with 142 rows and 152 columns.
National Bureau of Statistics of China
The national input-output table of China for 2010, covering 41 sectors. Data are calculated at producers' prices in 2010. Values are denoted in 10 thousand Chinese Yuan (CNY).
data(china_2010_41)
data(china_2010_41)
A data frame with 48 rows and 58 columns.
National Bureau of Statistics of China
The national input-output table of China for 2012, covering 139 sectors. Data are calculated at producers' prices in 2012. Values are denoted in 10 thousand Chinese Yuan (CNY).
data(china_2012_139)
data(china_2012_139)
A data frame with 146 rows and 155 columns.
National Bureau of Statistics of China
The national input-output table of China for 2015, covering 42 sectors. Data are calculated at producers' prices in 2015. Values are denoted in 10 thousand Chinese Yuan (CNY).
data(china_2015_42)
data(china_2015_42)
A data frame with 49 rows and 59 columns.
National Bureau of Statistics of China
The national input-output table of China for 2017, covering 149 sectors. Data are calculated at producers' prices in 2017. Values are denoted in 10 thousand Chinese Yuan (CNY).
data(china_2017_149)
data(china_2017_149)
A data frame with 156 rows and 165 columns.
National Bureau of Statistics of China
The national input-output table of China for 2017, covering 42 sectors. Values are denoted in 10 thousand Chinese Yuan (CNY).
data(china_2017_42)
data(china_2017_42)
A data frame with 91 rows and 53 columns.
National Bureau of Statistics of China
The national input-output table of China for 2018, covering 153 sectors. Data are calculated at producers' prices in 2018. Values are denoted in 10 thousand Chinese Yuan (CNY).
data(china_2018_153)
data(china_2018_153)
A data frame with 160 rows and 169 columns.
National Bureau of Statistics of China
The national input-output table of China for 2018, covering 42 sectors. Values are denoted in 10 thousand Chinese Yuan (CNY).
data(china_2018_42)
data(china_2018_42)
A data frame with 91 rows and 53 columns.
National Bureau of Statistics of China
The national input-output table of China for 2020, covering 153 sectors. Data are calculated at producers' prices in 2020. Values are denoted in 10 thousand Chinese Yuan (CNY).
data(china_2020_153)
data(china_2020_153)
A data frame with 160 rows and 169 columns.
National Bureau of Statistics of China
The national input-output table of China for 2020, covering 42 sectors. Values are denoted in 10 thousand Chinese Yuan (CNY).
data(china_2020_42)
data(china_2020_42)
A data frame with 91 rows and 53 columns.
National Bureau of Statistics of China
Number of employed persons (in the unit of 10 thousands) in China 1990-2018, by sector.
data(china_employment)
data(china_employment)
A data frame with 115 rows and 32 columns.
Wang, Y., Jia, X. and Wang, C. (2021). Research on Sectoral Employment Accounting of China. Statistical Research, 38(12), 3–18. URL
Implement the Dijkstra's algorithm to find the shortest paths from the source node to all nodes in the given network.
dijkstra(adjmat, src)
dijkstra(adjmat, src)
adjmat |
The adjacency matrix of a directed, weighted network. |
src |
An integer specifying the given source node to find the shortest distance. |
A list of distance and previous node.
Dijkstra, E. W. (1959). A Note on Two Problems in Connexion with Graphs. Numerische Mathematik, 1, 269–271.
The national input-output tables of China for the period from 1995 to 2018, covering 45 sectors. Data are calculated in current prices. Values are denoted in millions of US dollars (USD).
data(OECD21ed_CHN_1995to2018)
data(OECD21ed_CHN_1995to2018)
A list containing 24 data frames, each with 50 rows and 56 columns.
Input-Output Tables (IOTs) 2021 ed. - OECD
The national input-output tables of Japan for the period from 1995 to 2018, covering 45 sectors. Data are calculated in current prices. Values are denoted in millions of US dollars (USD).
data(OECD21ed_JPN_1995to2018)
data(OECD21ed_JPN_1995to2018)
A list containing 24 data frames, each with 50 rows and 56 columns.
Input-Output Tables (IOTs) 2021 ed. - OECD