powered by
Backward linkages as defined by the Eurostat Manual of Supply, Use and Input-Output Tables (see p506-507.)
backward_linkages(Im)
A Leontieff inverse matrix created by the leontieff_inverse_create function.
leontieff_inverse_create
The vector of industry (product) backward linkages in a wide data.frame class, following the column names of the Leontieff inverse matrix.
Other interindustrial linkage functions: forward_linkages()
forward_linkages()
# NOT RUN { de_coeff <- input_coefficient_matrix_create( iotable_get(), digits = 4 ) I <- leontieff_inverse_create (de_coeff) backward_linkages (I) # }
Run the code above in your browser using DataLab