
Package index
Importing
Download the data from the Eurostat warehouse, or, in special cases, from the package’s in-built library.
-
iotables_download() - Download input–output tables (Eurostat)
-
iotables_read_tempdir() - Read input-output tables from temporary directory
-
employment_get() - Get Eurostat employment data for SIOTs
-
airpol_get() - Get air pollutant data
-
uk_2010_get() - Get United Kingdom Input-Output Analytical Tables, 2010
Matrix functions
These data wrangling functions take out from the longform raw data files the inportant matrixes of of input-output economics. The coefficient matrixes are strictly labelled, ordered, and they are successfully symmetric (apart from the auxiliary key column.)
-
validate_source() - Validate source parameter
-
iotable_get() - Get a single input–output table from bulk data
-
coefficient_matrix_create() - Create a coefficient matrix
-
input_coefficient_matrix_create() - Create an input coefficient matrix
-
output_coefficient_matrix_create() - Create an output coefficient matrix
SIOT processing functions
These data wrangling functions create vectors that conform the matrix, i.e. their elements are stricly labelled and ordered.
-
household_column_get() - Return Final Household Expenditure
-
iotables_metadata_get() - Extract metadata from a downloaded IO table
-
iotable_year_get() - Get available years from bulk IO tables
-
primary_input_get() - Get a primary input row
-
output_get() - Get the output (P1) vector
-
total_tax_add() - Add a total tax row (D.2–D.3 and D.29–D.39)
-
supplementary_add() - Add supplementary rows to an IO/SUT table
-
key_column_create() - Create a key columnn
-
rows_add() - Add Conforming Row(s) to an Input–Output Table
-
household_column_find() - Find Household Expenditure Column
-
matrix_round() - Round Matrix Values
-
vector_transpose_longer()vector_transpose() - Transpose a Vector to Long Form
-
vector_transpose_wider() - Transpose a Vector to Wide Form
Analytic objects
Create the Leontief matrix, the Leontief inverse, and its inputs. To avoid division by zero, systematically remove zero or missing rows and columns.
-
input_flow_get() - Create an inter-industry (intermediate-use) matrix
-
leontief_inverse_create()leontieff_inverse_create() - Create the Leontief inverse
-
ghosh_inverse_create() - Create Ghosh inverse from output coefficients
-
leontief_matrix_create()leontieff_matrix_create() - Create a Leontief matrix
-
empty_remove() - Remove Empty Rows and Columns Symmetrically
-
input_indicator_create() - Create input indicator(s)
-
direct_effects_create() - Create direct effects
-
indirect_effects_create() - Create indirect effects
Multipliers
The multiplier_create is a wrapper function around equation_solve to create multipliers. The input_multipliers_create and output_multipliers_create create the most frequently used multipliers.
-
equation_solve() - Solve a basic matrix equation
-
multiplier_create() - Create multipliers
-
input_multipliers_create() - Create input multipliers
-
output_multiplier_create() - Create output multipliers
Linkages
In the framework of input-output analysis, production by a particular sector has two kinds of effects on other sectors in the economy. If a sector increases its output, more inputs (purchases) are required from other sectors (backward linkage). The increased output of this sector indicates that additional amounts of products are available to be used as inputs by other sectors which can increase their production (forward linkage). See the Eurostat Manual of Supply, Use and Input-Output Tables p506-507.
-
backward_linkages() - Backward Linkages
-
forward_linkages() - Forward linkages
-
conforming_vector_create() - Create an Empty Conforming Vector
-
germany_1995 - Germany 1995 symmetric input–output table (ESA 2010 codes)
-
germany_airpol - Air pollution table for Germany, 1995
-
metadata - Eurostat National Accounts Vocabulary Metadata
-
croatia_employment_aggregation - Primary input abbreviations
-
employment_metadata - Employment Metadata
-
netherlands_2000 - Simplified input–output table for the Netherlands, 2000 (Spicosa example)
Validation Data - United Kingdom
Validation datasets for cross-checking with published results, and special datasets for Croatia and the United Kingdom.
-
uk_2010_data - United Kingdom Input-Output Analytical Tables, 2010
-
uk_2010_results_get() - Get United Kingdom Multipliers and Effects, 2010
-
uk_test_results - UK multipliers and effects (product), 2010
-
metadata_uk_2010 - Multipliers and Effects (Product) for Testing
Validation Data - Croatia Pre-Accession SIOTs
Datasets for working with Croatia’s pre-accession data.
-
croatia_2010_1700 - Input-output table for Croatia, 2010
-
croatia_2010_1800 - Input-output table for Croatia, 2010 (domestic production)
-
croatia_2010_1900 - Input-output table for Croatia, 2010 (imports)
-
croatia_employment_2013 - Croatian employment data for 2013
-
croatia_employment_aggregation - Aggregation Table for Croatian Employment Statistics
-
is_html_output - Check if HTML output is required
-
is_latex_output - Check if Latex output is required