Learn R Programming

iotables (version 0.4.5)

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(technology_coefficients_matrix, digits = NULL)

Arguments

technology_coefficients_matrix

A technology coefficient matrix created by the input_coefficient_matrix_create or output_coefficient_matrix_create.

digits

An integer showing the precision of the technology matrix in digits. Default is NULL when no rounding is applied.

See Also

Other analytic object functions: input_flow_get(), leontieff_matrix_create()

Examples

Run this code
# NOT RUN {
tm <- input_flow_get ( 
  data_table = iotable_get(), 
  households = FALSE)
I <- leontieff_inverse_create( technology_coefficients_matrix = tm )
# }

Run the code above in your browser using DataLab