Skip to content

Commit

Permalink
Merge pull request #2057 from PolicyEngine/MaxGhenis/issue2056
Browse files Browse the repository at this point in the history
Embed full Oregon Rebate streamlit app to blog post
  • Loading branch information
MaxGhenis authored Sep 30, 2024
2 parents 01a9bac + 33f6f8e commit fd1edc8
Showing 1 changed file with 15 additions and 4 deletions.
19 changes: 15 additions & 4 deletions src/posts/articles/oregon-rebate.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,20 @@ PolicyEngine does not currently consider macroeconomic effects such as these in

[The following dashboard](https://oregon-rebate.streamlit.app) summarizes the Oregon Rebate's poverty impact by age group and year, across a two-by-two of scenarios around federal taxability and whether the tax burden is allocated to households as a flat income tax. The results are "static" and do not account for potential macroeconomic effects.

<iframe
src="https://oregon-rebate.streamlit.app?embed=true"
></iframe>
<div
style={{
display: "flex",
justifyContent: "center",
}}
>
<iframe
src="https://oregon-rebate.streamlit.app?embedded=true"
title="Oregon Rebate Impact on Poverty"
height="1040"
width="1000"
style={{ overflow: "hidden" }}
/>
</div>

You can view these impacts in the PolicyEngine app, which also calculates outcomes like inequality, at the links in this table:

Expand All @@ -59,7 +70,7 @@ You can view these impacts in the PolicyEngine app, which also calculates outcom

# Methodology

We produced this analysis with the PolicyEngine US microsimulation model v1.193.0. PolicyEngine's state-level microsimulation model applies the most recent three years of the Current Population Survey March Supplement—2021 to 2023—the same data used by the Census Bureau to estimate the Supplemental Poverty Measure by state. Across the three years, this data included 2,619 households in Oregon.
We produced this analysis with the PolicyEngine US microsimulation model v1.103.0. PolicyEngine's state-level microsimulation model applies the most recent three years of the Current Population Survey March Supplement—2021 to 2023—the same data used by the Census Bureau to estimate the Supplemental Poverty Measure by state. Across the three years, this data included 2,619 households in Oregon.

PolicyEngine then "ages" various characteristics of the microdata based on projections from government agencies like the Congressional Budget Office. For example, we age wages and salaries according to projected earnings growth, and poverty thresholds by projected inflation.

Expand Down

0 comments on commit fd1edc8

Please sign in to comment.