powered by
Create a Leontief 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: leontief_inverse_create.
leontief_inverse_create
leontief_matrix_create(technology_coefficients_matrix)leontieff_matrix_create(technology_coefficients_matrix)
leontieff_matrix_create(technology_coefficients_matrix)
A Leontief matrix of data.frame class. The column names are ordered, and the row names are in the first, auxiliary metadata column.
A technology coefficient matrix created by the input_coefficient_matrix_create or output_coefficient_matrix_create.
input_coefficient_matrix_create
output_coefficient_matrix_create
Other analytic object functions: ghosh_inverse_create(), input_flow_get(), leontief_inverse_create()
ghosh_inverse_create()
input_flow_get()
leontief_inverse_create()
tm <- input_flow_get ( data_table = iotable_get(), households = FALSE) L <- leontief_matrix_create( technology_coefficients_matrix = tm )
Run the code above in your browser using DataLab