Learn R Programming

iotables (version 0.3.4)

output_multiplier_create: Output multipliers

Description

Output multipliers as defined by the Eurostat Manual of Supply, Use and Input-Output Tables on p500.

Usage

output_multiplier_create(input_coefficient_matrix)

Arguments

input_coefficient_matrix

A Leontieff inverse matrix created by the input_coefficient_matrix_create function.

Examples

Run this code
# NOT RUN {
de_use    <- use_table_get ( source = "germany_1990", geo = "DE",
                             year = 1990, unit = "MIO_EUR", 
                             households = FALSE, labelling = "iotables")

de_output <- output_get ( source = "germany_1990", geo = "DE",
                          year = 1990, unit = "MIO_EUR",
                          households = FALSE, labelling = "iotables")
                          
de_input_coeff <- input_coefficient_matrix_create( 
                           de_use, de_output, digits = 4)
                           
output_multiplier_create ( de_input_coeff )
# }

Run the code above in your browser using DataLab