Learn R Programming

iotables (version 0.3.4)

leontieff_inverse_create: Create the inverse of a Leontieff-matrix.

Description

The inversion takes place after the basic properties of the Leontieff matrix.

Usage

leontieff_inverse_create(leontieff_matrix)

Arguments

leontieff_matrix

A Leontieff matrix created by the leontieff_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_coeff <- input_coefficient_matrix_create( de_use, de_output, digits = 4)

L <- iotables::leontieff_matrix_create( technology_coefficients_matrix = de_coeff )
I <- leontieff_inverse_create (L)
# }

Run the code above in your browser using DataLab