Hello,I have the following STATA code that I am needing to translate over to R (this code uses the 2019 5-year ACS PUMS file):
/*Create a flag to identify workers in the household*/gen worker=(wkl=="1")replace worker=. if wkl==""
Hi,
I'm looking to cross tabulate a few different variables with a dichotomous poverty variable (below threshold or not) in the 1-year PUMS. I derived the poverty status variable by recoding the income to poverty ratio. Unfortunately the statistical…
This ACS Handbooks provide a set of formulas you can use to calculate MOE. (See Chapter 8 https://www.census.gov/content/dam/Census/library/publications/2020/acs/acs_general_handbook_2020_ch08.pdf)
The only challenge is (as you described above) the formulas…
7455.median_with_linear_interpolation.docx8712.median_with_linear_interpolation.txt
Hello-
Attached are a .txt and Word version that were provided by some colleagues here at Census. It doesn't look like I can upload the SAS file directly.
Just…