prepareProductionDemand: Prepares a demand vector representing production Formula for...

View source: R/DemandFunctions.R

prepareProductionDemandR Documentation

Prepares a demand vector representing production Formula for production vector: y_p <- y_c + y_e + y_m + y_delta where y_c = consumption, y_e = exports, y_m = imports, y_delta = change in inventories y_m values are generally negative in the BEA data and thus are added (whereas when positive they are subtracted)

Description

Prepares a demand vector representing production Formula for production vector: y_p <- y_c + y_e + y_m + y_delta where y_c = consumption, y_e = exports, y_m = imports, y_delta = change in inventories y_m values are generally negative in the BEA data and thus are added (whereas when positive they are subtracted)

Usage

prepareProductionDemand(model, location)

Arguments

model

An EEIO model object with model specs and IO tables loaded

location

str of location code for demand vector

Value

A named vector with demand


USEPA/useeior documentation built on April 12, 2024, 1:36 p.m.