Create a data frame of output multipliers.
Arguments
- input_coefficient_matrix
A Leontief inverse matrix created by the
input_coefficient_matrix_create
function.
Details
Output multipliers as defined by the Eurostat Manual of Supply, Use and Input-Output Tables on p500.
Examples
de_input_coeff <- input_coefficient_matrix_create(
iotable_get(),
digits = 4)
output_multiplier_create (de_input_coeff)
#> iotables_row agriculture_group industry_group construction trade_group
#> 1 output_multipliers 1.704922 1.841421 1.813747 1.603712
#> business_services_group other_services_group
#> 1 1.594974 1.378375