PolicyEngine / policyengine-us

The PolicyEngine US Python package contains a rules engine of the US tax-benefit system, and microdata generation for microsimulation analysis.
https://policyengine.org/us
GNU Affero General Public License v3.0
102 stars 175 forks source link

SNAP take-up flag #4562

Closed MaxGhenis closed 1 week ago

MaxGhenis commented 4 months ago

USDA estimates 82% nationwide SNAP take-up as of 2018: https://www.fns.usda.gov/usamap

The Urban Institute estimates 56% in 2022: https://www.urban.org/sites/default/files/2023-08/A%20Safety%20Net%20with%20100%20Percent%20Participation-%20How%20Much%20Would%20Benefits%20Increase%20and%20Poverty%20Decline_0.pdf#page=14

Let's randomly assign each SPM unit a chance of taking up SNAP.

It might not matter too much which number we seed it with in the ASEC, since reweighting will calibrate the net result.

MaxGhenis commented 1 week ago

Fixed in #5110