output_multiplier_create: Create output multipliers

output_multiplier_createR Documentation

Create output multipliers

Description

Create a data frame of output multipliers.

Usage

output_multiplier_create(input_coefficient_matrix)

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.

Value

A data frame with a key column and the output multipliers of the industries.

Examples

                           
de_input_coeff <- input_coefficient_matrix_create( 
                          iotable_get(), 
                          digits = 4)
                           
output_multiplier_create (de_input_coeff)

rOpenGov/iotables documentation built on Jan. 26, 2024, 3:06 a.m.