|
ImportFinalDemand <- model$ImportMatrix[, which(colnames(model$ImportMatrix) %in% model$FinalDemandMeta$Code_Loc)] |
The original ImportMatrix rowsums are zero because it included an imports columns of negatives that offset positive import uses in other columns. This cannot be used as is to construct final demand that includes that column.
useeior/R/DemandFunctions.R
Line 104 in 90f4d7a
The original ImportMatrix rowsums are zero because it included an imports columns of negatives that offset positive import uses in other columns. This cannot be used as is to construct final demand that includes that column.