nl <- netherlands_2000
input_coeff_nl <- input_coefficient_matrix_create(
data_table = netherlands_2000,
households = FALSE
)
compensation_indicator <- input_indicator_create(netherlands_2000, "compensation_employees")
I_nl <- leontief_inverse_create(input_coeff_nl)
input_multipliers_create(
input_requirements = compensation_indicator,
Im = I_nl
)
Run the code above in your browser using DataLab