ACS Data Users Group

 View Only
  • 1.  ACS data

    Posted 03-08-2024 12:56 PM

    Hi,

    i was looking to see if any on ehad recommendation of what varaibles i can start looking at to calculate 2 measures

    a) Rent Burden

    b) Utility Burden

    whati am trying to achieve is estimnate economic hardships

    any suggestions would be greatly helpful



  • 2.  RE: ACS data

    Posted 03-09-2024 01:01 AM

    Look at

    DP04 Selected Housing Characteristics

    If you need to get individual utility costs (may be included in rent) you need to use Microdata (PUMS)



  • 3.  RE: ACS data

    Posted 03-11-2024 09:49 AM

    ACS published a story of how the Department of Energy created the LEAD Tool to discover and alleviate areas under energy burden. They used the following ACS variables to highlight energy burden: tenure, year structure built, units in structure, house heating fuel, household size, household income

    https://www.census.gov/programs-surveys/acs/about/acs-data-stories/lead-tool.html

    I hope this helps!



  • 4.  RE: ACS data

    Posted 03-12-2024 06:38 PM

    Hi Natasha,

    I agree with David, you should consider using the Microdata (PUMS) for this. The variable's name is "GRPIP".
    You can also try another approach -- please refer to my other post here:

    https://acsdatacommunity.prb.org/discussion-forum/f/forum/1401/need-help-to-recreate-a-chart-from-harvard-university-on-cost-burdened-ratio/3780#3780

    Hope this helps!

    -QT



  • 5.  RE: ACS data

    Posted 03-13-2024 08:51 AM

    Another comment -- if you look back a couple of pages you will find my post on a Small Area Estimation computer program that I wrote. It is still a "work in progress" I'm still working on and testing the replicate weight code. The current github version gets synthetic microdata for census tracts starting with PUMS data and "B" "S" or "DP" tables at the tract level. Once you have the synthetic tract level data you can create tables for any of the PUMS PUMA variables. You can aggregate the tract data to get tables for counties, cities/towns (places county subdivisions).

    Dave



  • 6.  RE: ACS data

    Posted 03-27-2024 09:06 AM

    Thank you