View source: R/leontief-matrices.R
equilibrium_output | R Documentation |
Equilibrium output
equilibrium_output(L, d)
L |
Leontief inverse matrix |
d |
final demand vector |
set.seed(200100)
L <- matrix(rnorm(100), nrow = 10)
d <- rnorm(10)
equilibrium_output(L, d)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.