Description Usage Arguments Value Examples
Function calculates the coefficient matrix for a given International Input-Output table.
1 | coefficient(iot)
|
iot: |
List with elements in a Input-Output Table (load via [load_iot()]) |
The coefficient matrix of the Input-Output Table.
1 2 3 | iot <- load_iot("WIOD2013", 2000)
coef <- coefficient(iot)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.