
Last chance! 50% off unlimited learning
Sale ends in
Create a Leontieff matrix from technology matrix after some basic error
handling. Most likely you will need this function as a step to invoke
the function to create its inverse:
leontieff_inverse_create
.
leontieff_matrix_create(technology_coefficients_matrix)
A technology coefficient
matrix created by the input_coefficient_matrix_create
or
output_coefficient_matrix_create
.
A Leontieff matrix of data.frame class. The column names are ordered, and the row names are in the first, auxiliary metadata column.
Other analytic object functions:
input_flow_get()
,
leontieff_inverse_create()
# NOT RUN {
tm <- input_flow_get (
data_table = iotable_get(),
households = FALSE)
L <- leontieff_matrix_create( technology_coefficients_matrix = tm )
# }
Run the code above in your browser using DataLab