I just posted a 0.7 updated windows installer Wed 20 Dec 2023 at about 11:30 am
The package works with 2022 ACS marginal 5 year tables and 2022 1 year PUMS data. Watch out - the 2022 1 year PUMS data uses the 2022 PUMA FIPS codes which are different from…
Did you check out the PUMS TYPEHUGQ variable ? (TYPE 2019 and earlier). You can merge on SERIALNO with the PUMS "person" dataset.
Perhaps query this in iPUMS or by merging the housing and person records PUMS SAS files? I like MDAT, and maybe you can yield your desired results in MDAT by tweaking your setup, but I find the other PUMS sources more flexible.
I haven't used SAS in years and years so I don't recall how transferrable this resource is.... These two links were extremely helpful with using pums data in R.
https://walker-data.com/census-r/introduction-to-census-microdata.html
https://walker…
Dear All,
I have begun the process of posting an open source R package for small area estimation. The package takes PUMS data for a PUMA and produces "synthetic" PUMS-like data for tracts and block groups. See software tab at dorerfoundation.org Any variables…
Dear Jill,
You need to use PUMS variables ESR and COW in combination as follows:
Note the universe for S2408 is the Employed Civilian population 16 years old and over
# ESR: Employment status recode# b [0].N/A (less than 16 years old)# 1 .Civilian employed…
You can get the total population who moved from outside of the U.S. from table B07204 but I can't think of any pre-tabulated disaggregation by origin--PUMS is the best option. Would pooling 3 years of PUMS data work?
Also, if you're willing to share…
I am seeking 2005 statewide median age per ACS. But 2005 ACS is not on census site. Is it on NHGIS? I looked on NHGIS but don't see it. I'd also accept a median age by if it was included in Census 2005 PEP per the July pop and housing unit estimates.…
I have posted the open source Poverty Assessment Toolkit R package PAT_0.7.zip on the GitHub open source website:
https://github.com/ddorer44/PovertyAssessment
Updated to 0.7 12-18-23
https://github.com/ddorer44/PovertyAssessment/blob/main/PAT_0…
Since the geography only goes down to the state level you can use PUMS data.
Dave Dorer