| output_multiplier_create | R Documentation | 
Create a data frame of output multipliers.
output_multiplier_create(input_coefficient_matrix)
| input_coefficient_matrix | A Leontief inverse matrix created by the
 | 
Output multipliers as defined by the Eurostat Manual of Supply, Use and Input-Output Tables on p500.
A data frame with a key column and the output multipliers of the industries.
                           
de_input_coeff <- input_coefficient_matrix_create( 
                          iotable_get(), 
                          digits = 4)
                           
output_multiplier_create (de_input_coeff)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.