View source: R/CalculationFunctions.R
calculateGhoshB | R Documentation |
Function to get supply side Ghosh matrix B. B can be calculated based on commodity-by-commodity or industry-by-industry direct requirement matrix: (Miller and Blair) for industry-by-industry requirements: B = inverse(qhat) * A(industry-by-industry)*qhat, where q is the total commodity output for commodity-by-commodity requirements: B = inverse(xhat) * A(industry-by-industry)*xhat, where x is the total inudstry output
calculateGhoshB(model, use_domestic_requirements = FALSE)
model |
An EEIO model object with model specs, IO tables, satellite tables, and indicators loaded |
use_domestic_requirements |
A logical value: if TRUE, use domestic demand and L_d matrix; if FALSE, use complete demand and L matrix. |
B, Ghosh B matrix
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.