powered by
Augmented input requirement
augmented_input_requirement(X, w, c, d)
transaction matrix
wage vector
household consumption vector
final demand vector
# NOT RUN { 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) # }
Run the code above in your browser using DataLab