Skip to content

Releases: USEPA/stateior

0.2.1

07 Aug 15:04
Compare
Choose a tag to compare

What's Changed

  • Generate all 2012-2020 StateIO data products with version number 0.2.1 in #21
  • Refactor validation approach in #22 and #24

No change in modeling approach

Full Changelog: 0.2.0...0.2.1

0.2.0

18 Aug 21:55
3bffa79
Compare
Choose a tag to compare

What's Changed

  • Add and validate 2018-2020 StateIO data products
  • Provide writeStateIODatatoCSV function to users, see usage in README.

Full Changelog: 0.1.0...0.2.0

0.1.0

01 Aug 16:44
6fbb08a
Compare
Choose a tag to compare

stateior is an R package for building multi-regional economic input-output (MRIO) tables of states in the United States, refered to as StateIO models. stateior was initially conceived in support of creating state-specific versions of USEEIO models, but may be used for other purposes where state input-output tables are used.

This initial release of stateior is capable of building, validating, visualizing, and writing out StateIO (state and two-region) models at BEA Summary level of resolution from 2012 to 2017. The two regions are State of Interest (SoI) and Rest of the US (RoUS).

See the README for installation and basic usage of stateior See Wiki for advanced uses, details about built-in data and metadata and how to contribute to stateior.

Construction, visualization, and validation of StateIO models

  • 2 externally callable and documented functions for building state Supply and Use models
  • 3 externally callable and documented functions for building two-region MRIO models
  • 1 externally callable and documented functions for loading StateIO model results
  • 2 externally callable and documented functions for visualizing model results
  • 18 model result validation checks
  • Documentation for 79 functions

Available state models

  • State_Summary_Make table
  • State_Summary_Use table
  • State_Summary_DomesticUse table
  • State_Summary_CommodityOutput vector
  • State_Summary_IndustryOutput vector

Available two-region models

  • TwoRegion_Summary_Make table
  • TwoRegion_Summary_Use table
  • TwoRegion_Summary_DomesticUse table
  • TwoRegion_Summary_DomesticUsewithTrade table
  • TwoRegion_Summary_InternationalTradeAdjustment vector
  • TwoRegion_Summary_ValueAdded table
  • TwoRegion_Summary_CommodityOutput vector
  • TwoRegion_Summary_IndustryOutput vector