ACS Data Users Group

 View Only
Expand all | Collapse all

Getting at Counties in PUMS

  • 1.  Getting at Counties in PUMS

    Posted 10-03-2018 01:06 PM

    I am measuring disconnected youth (ages 16-24 neither in school nor working) in each state and working with the ACS 1-year PUMS to generate these estimates by state by year. No problem there; I can match state-level estimates reported by Measure of America http://www.measureofamerica.org/DYinteractive/ But the goal is to generate county-level estimates.

    Now if I have read the documentation correctly, PUMAs are the smallest geography I can get at with the PUMS. This is probably why Measure of America relied on "custom tabulations provided by special arrangement with the US Census Bureau" to generate their county estimates of disengaged youth.

    What would requesting custom tabulations such as this entail? I imagine there is a fee and a process to request such a tabulation. Has anyone had any experience with such requests and if yes, would be willing to share the essential steps? I suppose I am really looking for someone to tell me it can't be done without a hefty fee but do lie to me :)

    thanks!!

    Ani



  • 2.  RE: Getting at Counties in PUMS

    Posted 10-03-2018 01:11 PM
    Custom tabulations are $10,000, as far as I know. Never used these -- way too steep.

    If you have a justifiable research project and an affiliation with a university that has a research data center (www.census.gov/.../locations.html), you can write a proposal and request access to the restricted ACS data, which includes accurate county IDs.


  • 3.  RE: Getting at Counties in PUMS

    Posted 10-03-2018 01:12 PM
    Hi Ani, I recently recreated the Measure of America estimate for opportunity youth in the Austin MSA using the Puma areas. You could use the Missouri State Data Center's Mabel tool to identify which PUMAs fall into each county. Seems like a large undertaking for the nation, but I think it's possible without paying for custom tables.


  • 4.  RE: Getting at Counties in PUMS

    Posted 10-03-2018 01:15 PM
    Thanks Stas and Brittain; I'll look into both options. I'll start with Mabel and run a request through our RDC

    Ani


  • 5.  RE: Getting at Counties in PUMS

    Posted 10-03-2018 01:31 PM
    Hi Ani,

    You won’t get far with the RDC request. County level tabulations are a no-no as the Census Administrator at your RDC will tell you.

    Counties with fewer than 100,000 residents are going to be combined with a neighboring county to form a PUMA in order to get to the 100,000 threshold. Can you live with PUMA’s that combine two or more smaller (less than 100,000 residents) counties?

    Best,
    Warren

    Warren A. Brown, PhD
    Senior Research Associate, Cornell Institute for Social and Economic Research
    Director, Cornell Program on Applied Demographics
    Research Director, Cornell Federal Statistical Research Data Center
    E: wab4@cornell.edu


  • 6.  RE: Getting at Counties in PUMS

    Posted 10-03-2018 03:00 PM
    Thanks Warren, that is useful to know! I imagined it would be difficult to get at county estimates and that expectation is borne out by both your and Stas' feedback. I I have to, then I'd rather stay with PUMAs and skip the county-level estimates altogether.

    Since Brittain's pointer re: Mabel I have pulled the PUMA to county crosswalk and am going to tinker with it in the next few days to try and generate pseudo-county estimates. There are a few kinks I know I have to work out with the weighting once the crosswalk is used. I'll wrestle with it and then likely have some questions for the group.

    Once more, thanks everyone for your invaluable feedback.

    Ani


  • 7.  RE: Getting at Counties in PUMS

    Posted 02-28-2019 02:42 PM
    How did it go? Hoping to do the same but for just Hispanics at the Metropolitan Statistical Area level for my dissertation. Would appreciate any tips you may have. This is my first time using the ACS.


  • 8.  RE: Getting at Counties in PUMS

    Posted 02-28-2019 04:25 PM
    Hi Michelle;

    It worked out well, and I can share my code with you but I used R not Stata. Sounds like your work will mirror Brittain's (she was focusing on the Austin MSA).


  • 9.  RE: Getting at Counties in PUMS

    Posted 02-15-2022 04:11 PM

    Hi Ani, is it possible for you to share your code with me? I am a current undergraduate student trying to aggregate PUMAs to counties to look at county solar integrations and respective county electricity costs.



  • 10.  RE: Getting at Counties in PUMS

    Posted 02-16-2022 07:35 AM

    Hello Zach.

    I certainly can. Are you looking at a particular state or set of states? Do you have the PUMA-to-county allocation factors calculated?



  • 11.  RE: Getting at Counties in PUMS

    Posted 02-17-2022 01:21 PM

    Hi Ani,

    Yes, I have the MCDC crosswalk downloaded and am currently using the crosswalk across multiple ACS yearly samples!



  • 12.  RE: Getting at Counties in PUMS

    Posted 02-17-2022 01:55 PM

    Zach, I will send the code later tonight or then tomorrow. I would also look at Andy's suggestion about tapping IPUMS.



  • 13.  RE: Getting at Counties in PUMS

    Posted 02-20-2022 02:05 PM

    Awesome. I can't seem to send a private message, so I'll keep an eye out. Thank you!



  • 14.  RE: Getting at Counties in PUMS

    Posted 03-01-2019 10:24 AM
    it looks like the ACS data should have the metro area designations off the bat (usa.ipums.org/.../MET2013).

    If that does not work, the FAQ reference for nearly every geographic cross-walk imaginable is Missouri Census Data Center geocorr tool: mcdc.missouri.edu/.../geocorr2018.html. The "from" geography will be PUMA, the "to" geography is CBSA... as far as I understand that tool... which I don't, so I always request both allocation factors, and then just see which one of the is 1, or sums up to 1 in the expected way. Then you can `joinby puma using geocorr_crosswalk, assert(match)`out of the ACS data.


  • 15.  RE: Getting at Counties in PUMS

    Posted 02-16-2022 09:44 AM
    [quote userid="2214" url="~/discussion-forum/f/forum/384/getting-at-counties-in-pums/936#936"]as far as I understand that tool... which I don't[/quote]

    LOL, I guess I need to work on the documentation



  • 16.  RE: Getting at Counties in PUMS

    Posted 02-28-2019 05:22 PM
    I'd recommend using 5 YR ACS data if looking at this small of a sample. Also, you might want to toi try and combine PUMAs into MSAs instead of counties. Sometimes the geography works out better.


  • 17.  RE: Getting at Counties in PUMS

    Posted 03-01-2019 12:00 PM
    I agree - we create our own 3 year estimates to look at Teen Idleness and Disconnected Youth in NYC and still find that some of the PUMA Ns are quite low.


  • 18.  RE: Getting at Counties in PUMS

    Posted 02-16-2022 07:43 AM

    I would suggest using the IPUMS data, which has counties and cities, where they are available. The PUMAS now are with one or two exceptions based upon Tracts. Before they were based upon Summary Level 80, which was tract split by place (and MCD). You can use the Tract data, to figure out what fraction of a puma is in or out of a county. The way they are delineated varies widely from state to state. Some are non-contiguous. But less so with the ones based upon the 2010 Census.

    Andy