buildTwoRegionUseModel: Build a two-region Use model

View source: R/BuildModel.R

buildTwoRegionUseModelR Documentation

Build a two-region Use model

Description

Generate two-region (SoI and RoUS) Use tables with interregional exports and imports.

Usage

buildTwoRegionUseModel(
  state,
  year,
  ioschema,
  iolevel,
  ICF_sensitivity_analysis = FALSE,
  adjust_by = 0,
  domestic = TRUE
)

Arguments

state

A text value specifying state of interest.

year

A numeric value between 2007 and 2017 specifying the year of interest.

ioschema

A numeric value of either 2012 or 2007 specifying the io schema year.

iolevel

BEA sector level of detail, currently can only be "Summary", theoretically can be "Detail", or "Sector" in future versions.

ICF_sensitivity_analysis

A logical value indicating whether to conduct sensitivity analysis on ICF, default is FALSE.

adjust_by

A numeric value between 0 and 1 indicating the manual adjustment to ICF if a sensitivity analysis is conducted, default is 0 due to no SA.

domestic

A logical value indicating whether to use Domestic Use tables, default is TRUE.

Value

A list of domestic two-region Use tables.


USEPA/stateio documentation built on Feb. 12, 2024, 6:41 a.m.