decompr (version 4.5.0)

load_tables: Load the Input-Output and Final demand tables

Description

This function loads the demand tables and defines all variables for the decomposition

Usage

load_tables(x, y)

Arguments

x

the intermediate demand table, it has dimensions GN x GN (G = no. of country, N = no. of industries), excluding the first row and the first column which contains the country names, and the second row and second column which contain the industry names for each country. In addition, an extra row at the end should contain final demand.

y

the final demand table it has dimensions GN x MN, excluding the first row and the first column which contains the country names, the second column which contains the industry names for each country, and second row which contains the five decomposed final demands (M).

Value

a decompr class object

Details

Adapted from code by Fei Wang.