Recent Releases of stateior
stateior - 0.4.0
What's Changed
Adds StateIO models from 2012 through 2023 in 2017 schema. Selection of schema is more flexible instead of forced to 2012. Most model build functions now require a specs parameter to specify key model build parameters: BaseIOSchema and model_ver. New two-region model spec added StateIOv1.3-pecan for 2017 schema build.
Methodology updates - State employment by sector datasets are deprecated by BEA; instead use State Compensation by Industry ("SAINC6N") in place of employment (see #49) - Minor revisions to assigning state and local government final demand (see #52), to account for changes in Census dataset - NOTE: Census Bureau Annual Survey of State and Local Government Finances data and EIA state electricity production and trade data were updated through 2022 as final 2023 data are not yet available (see #51, #56).
Full Changelog: https://github.com/USEPA/stateior/compare/0.3.0...0.4.0
- R
Published by bl-young 12 months ago
stateior - 0.3.0
What's Changed
- Adds support for disaggregation of two-region model objects (beta) in https://github.com/USEPA/stateior/pull/46
- Add function to get employment table (fixes #43) in https://github.com/USEPA/stateior/pull/44
- Introduces model specs, specifically
StateIOv1.2-shoofly(base model) andStateIOv1.2-milkbar(disaggregation of 22: Utilities). See the revised USEEIO model schema. As of v0.3.0, Two Region model objects will include the model alias to differentiate model builds.
No new data objects are published with this release.
New Contributors
- @brandones made their first contribution in https://github.com/USEPA/stateior/pull/44
Full Changelog: https://github.com/USEPA/stateior/compare/0.2.1...0.3.0
- R
Published by bl-young about 1 year ago
stateior - 0.2.1
What's Changed
- Generate all 2012-2020 StateIO data products with version number 0.2.1 in https://github.com/USEPA/stateior/pull/21
- Refactor validation approach in https://github.com/USEPA/stateior/pull/22 and https://github.com/USEPA/stateior/pull/24
No change in modeling approach
Full Changelog: https://github.com/USEPA/stateior/compare/0.2.0...0.2.1
- R
Published by bl-young over 2 years ago
stateior - 0.1.0
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
- StateSummaryMake table
- StateSummaryUse table
- StateSummaryDomesticUse table
- StateSummaryCommodityOutput vector
- StateSummaryIndustryOutput vector
Available two-region models
- TwoRegionSummaryMake table
- TwoRegionSummaryUse table
- TwoRegionSummaryDomesticUse table
- TwoRegionSummaryDomesticUsewithTrade table
- TwoRegionSummaryInternationalTradeAdjustment vector
- TwoRegionSummaryValueAdded table
- TwoRegionSummaryCommodityOutput vector
- TwoRegionSummaryIndustryOutput vector
- R
Published by MoLi7 over 3 years ago