View source: R/leontief-matrices.R
| augmented_input_requirement | R Documentation | 
Augmented input requirement
augmented_input_requirement(X, w, c, d)
X | 
 transaction matrix  | 
w | 
 wage vector  | 
c | 
 household consumption vector  | 
d | 
 final demand vector  | 
set.seed(200100)
X <- matrix(rnorm(100), nrow = 10)
w <- rnorm(10)
c <- rnorm(10)
d <- rnorm(10)
augmented_input_requirement(X, w, c, d)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.