View source: R/leontief-matrices.R
leontief_inverse | R Documentation |
Leontief inverse
leontief_inverse(A)
A |
input requirement matrix |
set.seed(200100)
A <- matrix(rnorm(100), nrow = 10)
leontief_inverse(A)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.