Description Usage Arguments Details Value Author(s) References Examples
Computes the Goshian Inverse
1 |
mip |
Matrix. Input output matrix |
X |
Vector. Input in each column |
write.xlsx |
Logical. If TRUE writes an excel file |
name |
String. Name of the excel file |
The Goshian inverse is derived from the output allocation matrix table A=[a_ij] where
a_ij=z_{ij}/X_i
where z_ij is the input from i required in the production of j. X_i is the corresponding output in each row. The Goshian inverse is then computed as
(I-A)^{-1}
Returns a data.frame with the Goshian Inverse
Ignacio Sarmiento-Barbieri
Nazara, Suahasil & Guo, Dong & Hewings, Geoffrey J.D., & Dridi, Chokri, 2003. PyIO. Input-Output Analysis with Python. REAL Discussion Paper 03-T-23. University of Illinois at Urbana-Champaign. (http://www.real.illinois.edu/d-paper/03/03-T-23.pdf)
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.